Searched refs:E_NRSEP (Results 1 – 2 of 2) sorted by relevance
142 #define E_NRSEP 0x00008000 /* Need to line adjust ex output. */ macro
138 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()