Home
last modified time | relevance | path

Searched refs:SC_EX_WAIT_NO (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c291 F_CLR(sp, SC_EX_WAIT_NO); in vs_msg()
553 F_CLR(sp, SC_EX_WAIT_NO); in vs_ex_resolve()
565 if (!F_ISSET(sp, SC_EX_WAIT_NO) && !INTERRUPTED(sp)) { in vs_ex_resolve()
598 F_CLR(sp, SC_SCR_EXWROTE | SC_EX_WAIT_NO); in vs_ex_resolve()
H A Dv_ex.c428 F_SET(sp, SC_EX_WAIT_NO); in v_ex()
/freebsd/contrib/nvi/ex/
H A Dex_visual.c119 F_SET(sp, SC_EX_WAIT_NO); in ex_visual()
H A Dex_shell.c71 F_SET(sp, SC_EX_WAIT_NO); in ex_shell()
H A Dex_read.c142 F_SET(sp, SC_EX_WAIT_NO); in ex_read()
/freebsd/contrib/nvi/common/
H A Dscreen.h197 #define SC_EX_WAIT_NO 0x00080000 /* Ex: don't wait for the user. */ macro