Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
Dex.h153 #define E_NEWLINE 0x00800000 /* Found ending <newline>. */ macro
Dex.c238 if (F_ISSET(ecp, E_NEWLINE)) { in ex_cmd()
241 F_CLR(ecp, E_NEWLINE); in ex_cmd()
289 F_SET(ecp, E_NEWLINE); in ex_cmd()
789 F_SET(ecp, E_NEWLINE); in ex_cmd()