fl 691 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 697 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ fl 698 src/simh/sim_defs.h #nm, &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) fl 736 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ fl 737 src/simh/sim_defs.h "nm", &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) fl 769 src/simh/sim_defs.h # define URDATA(nm,loc,rdx,wd,off,dep,fl) \ fl 770 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_UNIT),0,0) fl 772 src/simh/sim_defs.h # define STRDATA(nm,loc,rdx,wd,off,dep,siz,fl) \ fl 773 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_STRUCT),0,(siz)) fl 775 src/simh/sim_defs.h # define URDATAD(nm,loc,rdx,wd,off,dep,fl,desc) \ fl 776 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_UNIT),0,0) fl 777 src/simh/sim_defs.h # define STRDATAD(nm,loc,rdx,wd,off,dep,siz,fl,desc) \ fl 778 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_STRUCT),0,(siz)) fl 780 src/simh/sim_defs.h # define URDATADF(nm,loc,rdx,wd,off,dep,fl,desc,flds) \ fl 781 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_UNIT),0,0) fl 782 src/simh/sim_defs.h # define STRDATADF(nm,loc,rdx,wd,off,dep,siz,fl,desc,flds) \ fl 783 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_STRUCT),0,(siz)) fl 721 src/simh/sim_sock.c int fl, sta; fl 723 src/simh/sim_sock.c fl = fcntl (sock, F_GETFL,0); /* get flags */ fl 724 src/simh/sim_sock.c if (fl == -1) fl 726 src/simh/sim_sock.c sta = fcntl (sock, F_SETFL, fl | O_NONBLOCK); /* set nonblock */