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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h153 #define E_MOVETOEND 0x00400000 /* Move to the end of the file first. */ macro
H A Dex.c232 if (F_ISSET(ecp, E_MOVETOEND)) {
236 F_CLR(ecp, E_MOVETOEND);
1517 F_SET(ecp, E_MOVETOEND);

Completed in 68 milliseconds