HomeSort by relevance Sort by last modified time
    Searched refs:aperm (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
sh.h 548 EXTERN Area aperm; /* permanent object space */ variable
549 #define APERM &aperm
    [all...]
main.c 116 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
141 afree(cp, APERM);
184 ainit(&aperm);
211 ktinit(APERM, &builtins,
241 ktinit(APERM, &taliases, 0);
242 ktinit(APERM, &aliases, 0);
244 ktinit(APERM, &homedirs, 0);
257 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
    [all...]

Completed in 46 milliseconds