Searched refs:SC_TINPUT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.h207 #define SC_TINPUT 0x08000000 /* Doing text input. */ macro
H A Dline.c117 if (F_ISSET(sp, SC_TINPUT)) {
484 return (lno <= (F_ISSET(sp, SC_TINPUT) ?
521 if (F_ISSET(sp, SC_TINPUT))
558 *lnop = (F_ISSET(sp, SC_TINPUT) &&
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvs_line.c387 --cno_cnt == 0 && (F_ISSET(sp, SC_TINPUT) || !is_partial)) {
389 if (F_ISSET(sp, SC_TINPUT))
H A Dv_txt.c287 F_SET(sp, SC_TINPUT);
1445 F_CLR(sp, SC_TINPUT);
1463 F_CLR(sp, SC_TINPUT);
2605 F_CLR(sp, SC_TINPUT | SC_TINPUT_INFO);
2642 F_SET(sp, SC_TINPUT | SC_TINPUT_INFO);
2708 F_CLR(sp, SC_TINPUT);

Completed in 106 milliseconds