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

/openbsd-current/usr.bin/vi/ex/
H A Dex.h152 #define E_MOVETOEND 0x00400000 /* Move to the end of the file first. */ macro
H A Dex.c230 if (F_ISSET(ecp, E_MOVETOEND)) {
234 F_CLR(ecp, E_MOVETOEND);
1511 F_SET(ecp, E_MOVETOEND);

Completed in 115 milliseconds