Home
last modified time | relevance | path

Searched refs:EC_RAW (Results 1 – 3 of 3) 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()
/freebsd/contrib/nvi/common/
H A Dkey.h206 #define EC_RAW 0x020 /* Any next character. XXX: not used. */ macro
H A Dkey.c566 LF_ISSET(EC_INTERRUPT | EC_QUOTED | EC_RAW), timeout)) in v_event_get()