HomeSort by: relevance | last modified time | path
    Searched refs:E_ABSMARK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex.h 147 #define E_ABSMARK 0x00040000 /* Set the absolute mark. */
ex.c 1340 if (F_ISSET(ecp, E_ABSMARK)) {
1343 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 46 milliseconds