Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ex/
Dex.h138 #define E_BLIGNORE 0x00000800 /* Ignore blank lines. */ macro
Dex_init.c290 ex_flags ? E_BLIGNORE | E_NOAUTO | E_NOPRDEF | E_VLITONLY : 0); in ex_run_str()
Dex.c333 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) { in ex_cmd()