fl                689 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                695 src/simh/sim_defs.h #  define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \
fl                696 src/simh/sim_defs.h     #nm, &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz)
fl                734 src/simh/sim_defs.h #  define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \
fl                735 src/simh/sim_defs.h     "nm", &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz)
fl                767 src/simh/sim_defs.h # define URDATA(nm,loc,rdx,wd,off,dep,fl) \
fl                768 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_UNIT),0,0)
fl                770 src/simh/sim_defs.h # define STRDATA(nm,loc,rdx,wd,off,dep,siz,fl) \
fl                771 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_STRUCT),0,(siz))
fl                773 src/simh/sim_defs.h # define URDATAD(nm,loc,rdx,wd,off,dep,fl,desc) \
fl                774 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_UNIT),0,0)
fl                775 src/simh/sim_defs.h # define STRDATAD(nm,loc,rdx,wd,off,dep,siz,fl,desc) \
fl                776 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_STRUCT),0,(siz))
fl                778 src/simh/sim_defs.h # define URDATADF(nm,loc,rdx,wd,off,dep,fl,desc,flds) \
fl                779 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_UNIT),0,0)
fl                780 src/simh/sim_defs.h # define STRDATADF(nm,loc,rdx,wd,off,dep,siz,fl,desc,flds) \
fl                781 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_STRUCT),0,(siz))
fl                720 src/simh/sim_sock.c int fl, sta;
fl                722 src/simh/sim_sock.c fl = fcntl (sock, F_GETFL,0);                           /* get flags */
fl                723 src/simh/sim_sock.c if (fl == -1)
fl                725 src/simh/sim_sock.c sta = fcntl (sock, F_SETFL, fl | O_NONBLOCK);           /* set nonblock */