Home
last modified time | relevance | path

Searched refs:E_VLITONLY (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/vi/ex/
Dex.h51 (F_ISSET((cmdp), E_VLITONLY) ? \
145 #define E_VLITONLY 0x00020000 /* Use ^V quoting only. */ macro
Dex_init.c278 ex_flags ? E_BLIGNORE | E_NOAUTO | E_NOPRDEF | E_VLITONLY : 0); in ex_run_str()