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

/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c233 struct chaccess *nextchaccess; member in struct:chaccess
273 static struct chaccess *chaccess, **nextchaccess; variable in typeref:struct:
297 nextchaccess = &chaccess;
714 pt->nextchaccess = 0;
715 *nextchaccess = pt;
716 nextchaccess = &pt->nextchaccess;
976 for (ch = chaccess; ch; ch = ch->nextchaccess) {

Completed in 65 milliseconds