Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Doptions.c147 {"shiftwidth", NULL, OPT_NUM, OPT_NOZERO},
155 {"sidescroll", NULL, OPT_NUM, OPT_NOZERO},
157 {"tabstop", f_reformat, OPT_NUM, OPT_NOZERO},
187 {"window", f_window, OPT_NUM, OPT_NOZERO},
596 if (F_ISSET(op, OPT_NOZERO) && value == 0) { in opts_set()
H A Doptions.h92 #define OPT_NOZERO 0x040 /* Option may not be set to 0. */ macro