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

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

Completed in 130 milliseconds