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

/freebsd-10.2-release/contrib/nvi/ex/
H A Dex.h144 #define E_NRSEP 0x00008000 /* Need to line adjust ex output. */ macro
H A Dex.c129 F_INIT(&gp->excmd, E_NRSEP);
340 if (F_ISSET(ecp, E_NRSEP) &&
342 F_CLR(ecp, E_NRSEP);
1369 if (F_ISSET(ecp, E_NRSEP)) {
1374 F_CLR(ecp, E_NRSEP);

Completed in 110 milliseconds