Home
last modified time | relevance | path

Searched refs:rcsnode (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dmkmodules.c959 RCSNode *rcsnode; in checkout_file() local
972 rcsnode = RCS_parsercsfile (rcs); in checkout_file()
973 if (!rcsnode) in checkout_file()
982 retcode = RCS_checkout (rcsnode, NULL, NULL, NULL, NULL, temp, NULL, NULL); in checkout_file()
990 freercsnode (&rcsnode); in checkout_file()
Drcs.h51 struct rcsnode struct
127 typedef struct rcsnode RCSNode; argument
Dcommit.c38 RCSNode **rcsnode);
2020 const char *options, RCSNode **rcsnode) in checkaddfile() argument
2028 assert (rcsnode != NULL); in checkaddfile()
2041 if (*rcsnode == NULL) in checkaddfile()
2113 *rcsnode = rcs; in checkaddfile()
2121 rcs = *rcsnode; in checkaddfile()
2220 *rcsnode = rcs; in checkaddfile()
2326 *rcsnode = rcs; in checkaddfile()
2339 if (*rcsnode != rcs) in checkaddfile()
2341 freercsnode (rcsnode); in checkaddfile()
[all …]
DChangeLog-919436 * rcs.h (struct rcsnode): add symbols_data field.
DChangeLog-97578 * rcs.h (struct rcsnode): Add comments for all fields.
632 * rcs.h: Comment on what delta_pos field of struct rcsnode is.
851 (struct rcsnode): New members `access', `locks', `strict_locks',
2582 * rcs.h (struct rcsnode): Add comment about case of PATH.
DChangeLog-961491 * rcs.h (struct rcsnode): Add other field.
2867 * rcs.h (struct rcsnode): Add delta_pos field.
3599 free the associated rcsnode after the file has been processed)
3994 * rcs.h (struct rcsnode): Remove dates field (list of rcsversnodes
DChangeLog-9395714 * rcs.h (struct rcsnode), rcs.c (freercsnode): Add expand field.
717 field of struct rcsnode.
DChangeLog3306 * rcs.h (struct rcsnode): Add print_path.
5281 * rcs.h (struct rcsnode): delta_pos is now an off_t type.