Searched refs:chaccess (Results 1 – 1 of 1) sorted by relevance
233 struct chaccess { struct236 struct chaccess *nextchaccess; argument276 static struct chaccess *chaccess, **nextchaccess; variable300 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()