Searched refs:SC_TINPUT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | line.c | 111 if (F_ISSET(sp, SC_TINPUT)) { in db_get() 461 return (lno <= (F_ISSET(sp, SC_TINPUT) ? in db_exist() 496 if (F_ISSET(sp, SC_TINPUT)) in db_last() 533 *lnop = (F_ISSET(sp, SC_TINPUT) && in db_last()
|
H A D | screen.h | 205 #define SC_TINPUT 0x08000000 /* Doing text input. */ macro
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_line.c | 385 --cno_cnt == 0 && (F_ISSET(sp, SC_TINPUT) || !is_partial)) { in vs_line() 387 if (F_ISSET(sp, SC_TINPUT)) in vs_line()
|
H A D | v_txt.c | 283 F_SET(sp, SC_TINPUT); in v_txt() 1411 F_CLR(sp, SC_TINPUT); in v_txt() 1429 F_CLR(sp, SC_TINPUT); in v_txt() 2581 F_CLR(sp, SC_TINPUT | SC_TINPUT_INFO); in txt_isrch() 2618 F_SET(sp, SC_TINPUT | SC_TINPUT_INFO); in txt_isrch() 2684 F_CLR(sp, SC_TINPUT); in txt_resolve()
|