Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Drcs.h46 struct rcsnode struct
52 int refcount;
55 int flags;
61 char *path;
64 char *head;
67 char *branch;
74 char *expand;
78 List *symbols;
82 List *versions;
87 char *access;
[all …]
H A Dmkmodules.c566 RCSNode *rcsnode; local
H A Dcommit.c1876 checkaddfile (file, repository, tag, options, rcsnode) in checkaddfile() argument