Searched defs:_option (Results 1 – 2 of 2) sorted by relevance
51 struct _option { struct52 union {55 } o_cur;62 union {65 } o_def;74 u_int8_t flags;
138 typedef struct _option { struct139 const char *name; /* option name */140 creat_f *create; /* create function */141 exec_f *execute; /* execute function */142 int flags;