OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Aug 05 00:25:39 UTC 2026