Home
last modified time | relevance | path

Searched refs:SC_EX_WAIT_YES (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/nvi/dist/common/
H A Dscreen.h269 #define SC_EX_WAIT_YES 0x00100000 /* Ex: do wait for the user. */ macro
/netbsd/external/bsd/nvi/dist/vi/
H A Dvs_msg.c566 if (!F_ISSET(sp, SC_EX_WAIT_YES) && vip->totalcount < 2) { in vs_ex_resolve()
572 F_CLR(sp, SC_EX_WAIT_YES); in vs_ex_resolve()
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_write.c183 F_SET(sp, SC_EX_WAIT_YES); in exwr()