Searched refs:NOVAR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | option.h | 20 #define NOVAR 020 /* No associated variable */ macro 28 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
|
H A D | opttbl.c | 427 NOVAR, 0, NULL, opt__V, 483 NOVAR, 0, NULL, opt_query, 738 { '\0', NULL, NOVAR, 0, NULL, NULL, { NULL, NULL, NULL } } in init_option()
|
H A D | option.c | 516 if (o->otype & (BOOL|TRIPLE|NOVAR|NO_TOGGLE)) in opt_toggle_disallowed()
|