Home
last modified time | relevance | path

Searched refs:EC_QUOTED (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/nvi/cl/
H A Dcl_read.c102 switch (cl_read(sp, LF_ISSET(EC_QUOTED | EC_RAW), in cl_event()
203 if (LF_ISSET(EC_QUOTED | EC_RAW) && !tcgetattr(STDIN_FILENO, &term1)) { in cl_read()
205 if (LF_ISSET(EC_QUOTED)) { in cl_read()
/freebsd/contrib/nvi/common/
H A Dkey.h205 #define EC_QUOTED 0x010 /* Try to quote next character */ macro
H A Dkey.c566 LF_ISSET(EC_INTERRUPT | EC_QUOTED | EC_RAW), timeout)) in v_event_get()
/freebsd/contrib/nvi/vi/
H A Dvi.c1188 quote = EC_QUOTED; in v_key()
H A Dv_txt.c624 FL_CLR(ec_flags, EC_QUOTED); in v_txt()
1195 FL_SET(ec_flags, EC_QUOTED); in v_txt()