Home
last modified time | relevance | path

Searched defs:_option (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/nvi/common/
Doptions.h51 struct _option { struct
52 union {
55 } o_cur;
62 union {
65 } o_def;
74 u_int8_t flags;
/freebsd-10-stable/usr.bin/find/
Dfind.h138 typedef struct _option { struct
139 const char *name; /* option name */
140 creat_f *create; /* create function */
141 exec_f *execute; /* execute function */
142 int flags;