Home
last modified time | relevance | path

Searched refs:OPT_NOZERO (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/nvi/common/
Doptions.c173 {"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) {
Doptions.h91 #define OPT_NOZERO 0x040 /* Option may not be set to 0. */ macro