Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcs.c236 struct chaccess *nextchaccess; member
276 static struct chaccess *chaccess, **nextchaccess; variable
300 nextchaccess = &chaccess;
717 pt->nextchaccess = 0;
718 *nextchaccess = pt;
719 nextchaccess = &pt->nextchaccess;
979 for (ch = chaccess; ch; ch = ch->nextchaccess) { in doaccess()