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

  /src/external/bsd/nvi/dist/common/
mark.h 39 #define MARK_USERSET 0x02 /* User set this mark. */
mark.c 178 !F_ISSET(lmp, MARK_DELETED) && F_ISSET(lmp, MARK_USERSET))
184 lmp->flags = userset ? MARK_USERSET : 0;
  /src/external/bsd/nvi/dist/ex/
ex_move.c 124 * Reset the MARK_USERSET flag so that the log can undo the mark.
136 F_CLR(lmp, MARK_USERSET);

Completed in 63 milliseconds