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

/system/core/sh/
H A Dalias.c57 struct alias *atab[ATABSIZE]; variable in typeref:struct:alias
165 ap = atab[i];
166 atab[i] = NULL;
219 for (ap = atab[i]; ap; ap = ap->next) {
272 return &atab[hashval % ATABSIZE];

Completed in 54 milliseconds