Searched refs:rcsnode (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | mkmodules.c | 959 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()
|
| D | rcs.h | 51 struct rcsnode struct 127 typedef struct rcsnode RCSNode; argument
|
| D | commit.c | 38 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 …]
|
| D | ChangeLog-9194 | 36 * rcs.h (struct rcsnode): add symbols_data field.
|
| D | ChangeLog-97 | 578 * 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.
|
| D | ChangeLog-96 | 1491 * 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
|
| D | ChangeLog-9395 | 714 * rcs.h (struct rcsnode), rcs.c (freercsnode): Add expand field. 717 field of struct rcsnode.
|
| D | ChangeLog | 3306 * rcs.h (struct rcsnode): Add print_path. 5281 * rcs.h (struct rcsnode): delta_pos is now an off_t type.
|