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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h149 #define E_ABSMARK 0x00040000 /* Set the absolute mark. */ macro
H A Dex.c1332 if (F_ISSET(ecp, E_ABSMARK)) {
1335 F_CLR(ecp, E_ABSMARK);
1847 F_SET(ecp, E_ABSMARK);
1858 F_SET(ecp, E_ABSMARK);
1877 F_SET(ecp, E_ABSMARK);
1928 F_SET(ecp, E_ABSMARK);

Completed in 65 milliseconds