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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h154 #define E_NEWLINE 0x00800000 /* Found ending <newline>. */ macro
H A Dex.c240 if (F_ISSET(ecp, E_NEWLINE)) {
243 F_CLR(ecp, E_NEWLINE);
291 F_SET(ecp, E_NEWLINE);
793 F_SET(ecp, E_NEWLINE);

Completed in 83 milliseconds