Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Doptions_def.h9 #define O_CEDIT 8 macro
/freebsd/contrib/nvi/vi/
H A Dv_ex.c372 if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp)) in v_ex()
H A Dv_txt.c556 if (LF_ISSET(TXT_CEDIT) && O_STR(sp, O_CEDIT) != NULL && in v_txt()
557 O_STR(sp, O_CEDIT)[0] == evp->e_c) in v_txt()
/freebsd/contrib/nvi/common/
H A Doptions.c349 OI(O_CEDIT, L("cedit=\033")); in opts_init()