Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ex/
Dex.h151 #define E_MOVETOEND 0x00400000 /* Move to the end of the file first. */ macro
Dex.c244 if (F_ISSET(ecp, E_MOVETOEND)) { in ex_cmd()
248 F_CLR(ecp, E_MOVETOEND); in ex_cmd()
1525 F_SET(ecp, E_MOVETOEND); in ex_cmd()