Home
last modified time | relevance | path

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

/minix3/external/bsd/nvi/dist/ex/
H A Dex.h142 #define E_NRSEP 0x00008000 /* Need to line adjust ex output. */ macro
H A Dex.c138 F_INIT(&wp->excmd, E_NRSEP); in ex()
352 if (F_ISSET(ecp, E_NRSEP) && in ex_cmd()
354 F_CLR(ecp, E_NRSEP); in ex_cmd()
1377 if (F_ISSET(ecp, E_NRSEP)) { in ex_cmd()
1382 F_CLR(ecp, E_NRSEP); in ex_cmd()