Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex.h142 #define E_NRSEP 0x00008000 /* Need to line adjust ex output. */ macro
H A Dex.c125 F_INIT(&gp->excmd, E_NRSEP); in ex()
340 if (F_ISSET(ecp, E_NRSEP) && in ex_cmd()
342 F_CLR(ecp, E_NRSEP); in ex_cmd()
1370 if (F_ISSET(ecp, E_NRSEP)) { in ex_cmd()
1375 F_CLR(ecp, E_NRSEP); in ex_cmd()