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

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions.h91 #define OPT_NOZERO 0x040 /* Option may not be set to 0. */ macro
H A Doptions.c182 {L("shiftwidth"), NULL, OPT_NUM, OPT_NOZERO},
188 {L("sidescroll"), NULL, OPT_NUM, OPT_NOZERO},
201 {L("tabstop"), f_reformat, OPT_NUM, OPT_NOZERO},
668 if (F_ISSET(op, OPT_NOZERO) && value == 0) {

Completed in 112 milliseconds