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

  /external/mksh/src/
histrap.c 475 afree(*histptr, APERM);
545 history = aresize2(history, n, sizeof(char *), APERM);
577 afree(hname, APERM);
596 history = alloc2(histsize, sizeof(char *), APERM);
641 strdupx(c, cmd, APERM);
650 afree(c, APERM);
664 afree(*history, APERM);
716 strdupx(hname, hname, APERM);
965 afree(*hp, APERM);
966 strdupx(*hp, line, 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...]
var.c 132 ktinit(APERM, &specials,
1150 afree(path, APERM);
1152 strdupx(path, s, APERM);
1162 afree(tmpdir, APERM);
1176 strdupx(tmpdir, s, APERM);
1256 afree(path, APERM);
1257 strdupx(path, def_path, APERM);
1268 afree(tmpdir, APERM);
    [all...]
exec.c 117 afree(cp, APERM);
1099 afree(tp->val.s, APERM);
1123 strdupx(tp->val.s, npath.ro, APERM);
1161 afree(tp->val.s, APERM);
    [all...]
edit.c     [all...]
sh.h 548 EXTERN Area aperm; /* permanent object space */ variable
549 #define APERM &aperm
    [all...]
jobs.c     [all...]
funcs.c 1097 afree(ap->val.s, APERM);
1104 strdupx(ap->val.s, newval, APERM);
1162 afree(ap->val.s, APERM);
1173 afree(ap->val.s, APERM);
    [all...]
misc.c     [all...]
syn.c 798 ktinit(APERM, &keywords,
eval.c     [all...]

Completed in 1130 milliseconds