Home
last modified time | relevance | path

Searched defs:rcsnode (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Drcs.h51 struct rcsnode struct
57 int refcount;
60 int flags;
66 char *path;
75 char *head;
78 char *branch;
85 char *expand;
89 List *symbols;
93 List *versions;
98 char *access;
[all …]
H A Dmkmodules.c863 RCSNode *rcsnode; in checkout_file() local
H A Dcommit.c2039 const char *options, RCSNode **rcsnode) in checkaddfile()