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

/ast/src/cmd/cs/vcs_src/
H A Dvcs_dir.c41 if (R_ISLINK(tp))
75 if (R_ISLINK(tp) && link)
87 if (R_ISLINK(tp) && link)
100 if (R_ISLINK(tp) && link)
H A Dvcs_rscs.h109 #define R_ISLINK(tp) (((tp)->type) & LINK) macro
H A Dvcs_search.c84 if (R_ISLINK(tp) && (mode & G_LINK))
482 if (R_ISLINK(ep->tag) && (mode & G_LINK))
/ast/src/cmd/3d/
H A Dvcs.c93 #define R_ISLINK(tp) (((tp)->type) & VCSLINK) macro
225 if (R_ISLINK(tp) && (link = strrchr(tp->version, CHRLINK)))
264 if (R_ISLINK(tp) && link)
276 if (R_ISLINK(tp) && link)
289 if (R_ISLINK(tp) && link)
392 if (R_ISLINK(rd->tag))

Completed in 39 milliseconds