Searched refs:R_ISMARKER (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dvcs_dir.c44 marker = (R_ISMARKER(tp) ? 1 : 0);
52 if (!marker && R_ISMARKER(dp->tag))
137 if (R_ISMARKER(dp->tag) && dp->tag->stat.st_mtime < now)
H A Dvcs_marker.c56 if (!R_ISMARKER(dump))
102 if (!R_ISMARKER(ep->tag))
138 if (!R_ISMARKER(ep->tag))
H A Dvcs_rscs.h110 #define R_ISMARKER(tp) (((tp)->type) & MARKER) macro
/ast/src/cmd/3d/
H A Dvcs.c94 #define R_ISMARKER(tp) (((tp)->type) & MARKER) macro
227 marker = R_ISMARKER(tp) ? 1 : 0;
237 if (!marker && R_ISMARKER(dp->tag))
343 if (R_ISMARKER(dp->tag) && dp->tag->stat.st_mtime < state.vcs.now)

Completed in 13 milliseconds