Home
last modified time | relevance | path

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

/trueos/contrib/nvi/ex/
HDex.h140 #define E_BLIGNORE 0x00000800 /* Ignore blank lines. */ macro
HDex_init.c300 ex_flags ? E_BLIGNORE | E_NOAUTO | E_NOPRDEF | E_VLITONLY : 0); in ex_run_str()
HDex.c321 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) { in ex_cmd()