Home
last modified time | relevance | path

Searched refs:OPTLIST (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/common/
H A Doptions.c48 OPTLIST const optlist[] = {
305 OPTLIST const *op; in opts_init()
470 OPTLIST const *op; in opts_set()
819 OPTLIST const *op; in opts_dump()
949 opts_print(SCR *sp, OPTLIST const *op) in opts_print()
987 OPTLIST const *op; in opts_save()
1040 OPTLIST const *
1043 OPTLIST const *op, *found; in opts_search()
1045 OPTLIST otmp; in opts_search()
1057 sizeof(OPTLIST), opts_cmp)) != NULL) in opts_search()
[all …]
H A Dcommon.h38 typedef struct _optlist OPTLIST; typedef
H A Doptions.h98 extern OPTLIST const optlist[];
/freebsd/usr.bin/vi/
H A Dextern.h390 OPTLIST const *opts_search(CHAR_T *);