Home
last modified time | relevance | path

Searched refs:O_TERM (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/vi/
HDoptions_def.h68 #define O_TERM 67 macro
/dragonfly/contrib/nvi2/cl/
HDcl_screen.c202 if (opts_empty(sp, O_TERM, 0)) in cl_vi_init()
204 ttype = O_STR(sp, O_TERM); in cl_vi_init()
HDcl_term.c268 case O_TERM: in cl_optchange()
/dragonfly/contrib/nvi2/common/
HDoptions.c282 {L("tty"), O_TERM}, /* 4BSD (undocumented) */
283 {L("ttytype"), O_TERM}, /* 4BSD (undocumented) */
330 if (o_set(sp, O_TERM, 0, NULL, GO_TERM)) in opts_init()
332 F_SET(&sp->opts[O_TERM], OPT_GLOBAL); in opts_init()