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

/freebsd-13-stable/contrib/nvi/ex/
H A Dex.h151 #define E_MOVETOEND 0x00400000 /* Move to the end of the file first. */ macro
H A Dex.c228 if (F_ISSET(ecp, E_MOVETOEND)) {
232 F_CLR(ecp, E_MOVETOEND);
1514 F_SET(ecp, E_MOVETOEND);

Completed in 109 milliseconds