Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Doptions.h87 #define OPT_ADISP 0x001 /* Always display the option. */ macro
H A Doptions.c167 {"term", NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
801 if (F_ISSET(op, OPT_ADISP)) in opts_dump()