HomeSort by: relevance | last modified time | path
    Searched defs:atab (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
alias.c 58 struct alias *atab[ATABSIZE]; variable in typeref:struct:alias * []
152 app = &atab[i];
209 for (ap = atab[i]; ap != NULL; ap = ap->next)
242 for (app = &atab[i]; (ap = *app) != NULL;) {
321 return &atab[hashval % ATABSIZE];
  /src/games/adventure/
hdr.h 81 char *atab; /* pointer to actual string */ member in struct:hashtab
  /src/bin/pax/
tables.c 84 static ATDIR **atab = NULL; /* file tree directory time reset table */ variable in typeref:typename:ATDIR **
916 if (atab != NULL)
918 if ((atab = (ATDIR **)calloc(A_TAB_SZ, sizeof(ATDIR *))) == NULL) {
940 if (atab == NULL)
947 if ((pt = atab[i]) == NULL)
971 if (atab == NULL)
982 if ((pt = atab[indx]) != NULL) {
1005 pt->fow = atab[indx];
1006 atab[indx] = pt;
1034 if (atab == NULL
    [all...]

Completed in 12 milliseconds