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

  /src/external/gpl2/xcvs/dist/src/
rcs.h 46 /* All the "char *" fields in RCSNode, Deltatext, and RCSVers are
51 struct rcsnode struct
127 typedef struct rcsnode RCSNode;
197 RCSNode *RCS_parse (const char *file, const char *repos);
198 RCSNode *RCS_parsercsfile (const char *rcsfile);
199 void RCS_fully_parse (RCSNode *);
200 void RCS_reparsercsfile (RCSNode *, FILE **, struct rcsbuffer *);
201 extern int RCS_setattic (RCSNode *, int);
204 char *RCS_getdate (RCSNode * rcs, const char *date, int force_tag_match)
    [all...]
mkmodules.c 959 RCSNode *rcsnode; local
972 rcsnode = RCS_parsercsfile (rcs);
973 if (!rcsnode)
982 retcode = RCS_checkout (rcsnode, NULL, NULL, NULL, NULL, temp, NULL, NULL);
990 freercsnode (&rcsnode);
commit.c 38 RCSNode **rcsnode);
51 static int lock_RCS (const char *user, RCSNode *rcs, const char *rev,
59 static void fixbranch (RCSNode *, char *branch);
60 static void unlockrcs (RCSNode *rcs);
1931 unlockrcs (RCSNode *rcs)
1948 * parsed RCSNode data), so we should be able to detect that the file needs
1954 RCSNode *rcsfile;
1975 fixbranch (RCSNode *rcs, char *branch)
2000 * rcsnode A pointer to the pre-parsed RCSNode for this file, if the fil
    [all...]

Completed in 19 milliseconds