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

  /src/external/gpl2/xcvs/dist/src/
rcs.h 216 char *RCS_head (RCSNode * rcs);
admin.c 948 if ((*p == 0 && (rev = RCS_head (rcs)))
970 rev = RCS_head (rcs);
rcs.c 2192 return RCS_head (rcs);
2281 return RCS_head (rcs);
2298 * possible otherwise return RCS_head (). We are careful to look for
2328 return RCS_head (rcs);
2382 return RCS_head (rcs);
2435 return RCS_head (rcs);
2655 * return NULL or RCS_head depending on force_tag_match.
2691 return RCS_head (rcs);
2702 return RCS_head (rcs);
2722 return RCS_head (rcs)
    [all...]
log.c 1074 just the head of the default branch, which is RCS_head. */
1075 nr->first = RCS_head (rcs);
commit.c 1816 prev_rev = RCS_head (finfo->rcs);

Completed in 66 milliseconds