Home
last modified time | relevance | path

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

/minix3/external/bsd/nvi/dist/common/
H A Dvi_db1.c124 if (F_ISSET(sp, SC_TINPUT)) { in db_get()
508 return (lno <= (F_ISSET(sp, SC_TINPUT) ? in db_exist()
543 if (F_ISSET(sp, SC_TINPUT)) in db_last()
581 *lnop = (F_ISSET(sp, SC_TINPUT) && in db_last()
H A Dvi_db.c123 if (F_ISSET(sp, SC_TINPUT)) { in db_get()
504 return (lno <= (F_ISSET(sp, SC_TINPUT) ? in db_exist()
540 if (F_ISSET(sp, SC_TINPUT)) in db_last()
584 *lnop = (F_ISSET(sp, SC_TINPUT) && in db_last()
H A Dscreen.h276 #define SC_TINPUT 0x08000000 /* Doing text input. */ macro
/minix3/external/bsd/nvi/dist/vi/
H A Dvs_line.c396 --cno_cnt == 0 && (F_ISSET(sp, SC_TINPUT) || !is_partial)) { in vs_line()
398 if (F_ISSET(sp, SC_TINPUT)) in vs_line()
H A Dv_txt.c296 F_SET(sp, SC_TINPUT); in v_txt()
1452 F_CLR(sp, SC_TINPUT); in v_txt()
1470 F_CLR(sp, SC_TINPUT); in v_txt()
2600 F_CLR(sp, SC_TINPUT | SC_TINPUT_INFO); in txt_isrch()
2637 F_SET(sp, SC_TINPUT | SC_TINPUT_INFO); in txt_isrch()
2701 F_CLR(sp, SC_TINPUT); in txt_resolve()