Searched refs:nextchaccess (Results 1 – 1 of 1) sorted by relevance
236 struct chaccess *nextchaccess; member276 static struct chaccess *chaccess, **nextchaccess; variable300 nextchaccess = &chaccess;717 pt->nextchaccess = 0;718 *nextchaccess = pt;719 nextchaccess = &pt->nextchaccess;979 for (ch = chaccess; ch; ch = ch->nextchaccess) { in doaccess()