Searched defs:_option (Results 1 – 2 of 2) sorted by relevance
49 struct _option { struct50 union {53 } o_cur;60 union {63 } o_def;72 u_int8_t flags;
139 typedef struct _option { struct140 const char *name; /* option name */141 creat_f *create; /* create function */142 exec_f *execute; /* execute function */143 int flags;