Searched refs:OPT_NOZERO (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/nvi/common/ |
| D | options.c | 173 {"shiftwidth", NULL, OPT_NUM, OPT_NOZERO}, 179 {"sidescroll", NULL, OPT_NUM, OPT_NOZERO}, 192 {"tabstop", f_reformat, OPT_NUM, OPT_NOZERO}, 641 if (F_ISSET(op, OPT_NOZERO) && value == 0) {
|
| D | options.h | 91 #define OPT_NOZERO 0x040 /* Option may not be set to 0. */ macro
|