Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Doptions.h76 struct _optlist { struct
77 CHAR_T *name; /* Name. */
79 int (*func)(SCR *, OPTION *, char *, u_long *);
81 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type;
91 u_int8_t flags;