Searched refs:OPT_NOZERO (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.h | 89 #define OPT_NOZERO 0x040 /* Option may not be set to 0. */ macro
|
H A D | options.c | 183 {L("shiftwidth"), NULL, OPT_NUM, OPT_NOZERO}, 191 {L("sidescroll"), NULL, OPT_NUM, OPT_NOZERO}, 204 {L("tabstop"), f_reformat, OPT_NUM, OPT_NOZERO}, 668 if (F_ISSET(op, OPT_NOZERO) && value == 0) { in opts_set()
|