Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/ex/
H A Dex_init.c171 if (EXCMD_RUNNING(sp->gp)) in ex_exrc()
202 if (EXCMD_RUNNING(sp->gp)) in ex_exrc()
233 if (EXCMD_RUNNING(sp->gp)) in ex_exrc()
271 if (EXCMD_RUNNING(gp)) { in ex_run_str()
/openbsd/usr.bin/vi/common/
H A Dgs.h86 #define EXCMD_RUNNING(gp) (LIST_FIRST(&(gp)->ecq)->clen != 0) macro
H A Dmain.c387 if (EXCMD_RUNNING(gp)) { in editor()
/openbsd/usr.bin/vi/vi/
H A Dv_ex.c380 if (!EXCMD_RUNNING(gp)) { in v_ex()
H A Dvi.c131 if (EXCMD_RUNNING(gp)) { in vi()