siz               707 src/simh/sim_defs.h #  define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \
siz               708 src/simh/sim_defs.h     #nm, &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz)
siz               746 src/simh/sim_defs.h #  define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \
siz               747 src/simh/sim_defs.h     "nm", &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz)
siz               782 src/simh/sim_defs.h # define STRDATA(nm,loc,rdx,wd,off,dep,siz,fl) \
siz               783 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_STRUCT),0,(siz))
siz               787 src/simh/sim_defs.h # define STRDATAD(nm,loc,rdx,wd,off,dep,siz,fl,desc) \
siz               788 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_STRUCT),0,(siz))
siz               792 src/simh/sim_defs.h # define STRDATADF(nm,loc,rdx,wd,off,dep,siz,fl,desc,flds) \
siz               793 src/simh/sim_defs.h     REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_STRUCT),0,(siz))