fl 701 src/simh/sim_defs.h # define UDATA(act,fl,cap) NULL,act,NULL,NULL,NULL,0,0,(fl),0,(cap),0,NULL,0,0 fl 707 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ fl 708 src/simh/sim_defs.h #nm, &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) fl 746 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ fl 747 src/simh/sim_defs.h "nm", &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) fl 779 src/simh/sim_defs.h # define URDATA(nm,loc,rdx,wd,off,dep,fl) \ fl 780 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_UNIT),0,0) fl 782 src/simh/sim_defs.h # define STRDATA(nm,loc,rdx,wd,off,dep,siz,fl) \ fl 783 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_STRUCT),0,(siz)) fl 785 src/simh/sim_defs.h # define URDATAD(nm,loc,rdx,wd,off,dep,fl,desc) \ fl 786 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_UNIT),0,0) fl 787 src/simh/sim_defs.h # define STRDATAD(nm,loc,rdx,wd,off,dep,siz,fl,desc) \ fl 788 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_STRUCT),0,(siz)) fl 790 src/simh/sim_defs.h # define URDATADF(nm,loc,rdx,wd,off,dep,fl,desc,flds) \ fl 791 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_UNIT),0,0) fl 792 src/simh/sim_defs.h # define STRDATADF(nm,loc,rdx,wd,off,dep,siz,fl,desc,flds) \ fl 793 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_STRUCT),0,(siz)) fl 727 src/simh/sim_sock.c int fl, sta; fl 729 src/simh/sim_sock.c fl = fcntl (sock, F_GETFL,0); /* get flags */ fl 730 src/simh/sim_sock.c if (fl == -1) fl 732 src/simh/sim_sock.c sta = fcntl (sock, F_SETFL, fl | O_NONBLOCK); /* set nonblock */