Searched refs:O_TERM (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/usr.bin/vi/ |
| HD | options_def.h | 70 #define O_TERM 69 macro
|
| /freebsd-14-stable/contrib/nvi/cl/ |
| HD | cl_screen.c | 202 if (opts_empty(sp, O_TERM, 0)) in cl_vi_init() 204 ttype = O_STR(sp, O_TERM); in cl_vi_init()
|
| HD | cl_term.c | 268 case O_TERM: in cl_optchange()
|
| /freebsd-14-stable/contrib/nvi/common/ |
| HD | options.c | 286 {L("tty"), O_TERM}, /* 4BSD (undocumented) */ 287 {L("ttytype"), O_TERM}, /* 4BSD (undocumented) */ 334 if (o_set(sp, O_TERM, 0, NULL, GO_TERM)) in opts_init() 336 F_SET(&sp->opts[O_TERM], OPT_GLOBAL); in opts_init()
|