Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcs.c233 struct chaccess { struct
236 struct chaccess *nextchaccess; argument
276 static struct chaccess *chaccess, **nextchaccess; variable
300 nextchaccess = &chaccess;
712 register struct chaccess *pt;
714 pt = talloc(struct chaccess);
975 register struct chaccess *ch; in doaccess()
979 for (ch = chaccess; ch; ch = ch->nextchaccess) { in doaccess()