Searched defs:optinit (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | option.h | 78 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.disc=(d)) macro
|
/ast/src/lib/libast/include/ |
H A D | option.h | 90 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.disc=(d)) macro
|
/ast/src/cmd/nmake/ |
H A D | option.c | 381 optinit(void) function
|
H A D | make.h | 78 #undef optinit macro
|
Completed in 34 milliseconds