HomeSort by relevance Sort by last modified time
    Searched full:atab (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
alias.c 57 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 52 milliseconds