Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dline.c111 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 Dscreen.h205 #define SC_TINPUT 0x08000000 /* Doing text input. */ macro
/freebsd/contrib/nvi/vi/
H A Dvs_line.c385 --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 Dv_txt.c283 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()