HomeSort by: relevance | last modified time | path
    Searched refs:APERM (Results 1 - 13 of 13) sorted by relevancy

  /src/bin/ksh/
mail.c 104 afree((void *)mbox.mb_msg, APERM);
106 afree((void *)mbox.mb_path, APERM);
108 mbox.mb_path = str_save(p, APERM);
126 mval = str_save(mptoparse, APERM);
166 afree((void *)mbp->mb_path, APERM);
167 afree((void *)mbp, APERM);
179 mbp = (mbox_t *)alloc(sizeof(mbox_t), APERM);
history.c 464 afree((void*)*histptr, APERM);
548 histlist = (char **)aresize(histlist, n*sizeof(char *), APERM);
577 afree(hname, APERM);
586 afree(hname, APERM);
605 histlist = (char **)alloc(histsize*sizeof (char *), APERM);
624 afree((void*)histlist[0], APERM);
629 *hp = str_save(cmd, APERM);
653 p = *histptr = (char *) aresize(*histptr, hlen + clen + 2, APERM);
694 hname = alloc(len = strlen(home) + strlen(f) + 2, APERM);
698 hname = str_save(f, APERM);
    [all...]
trap.c 267 afree(trapstr, APERM);
312 afree(p->trap, APERM);
315 p->trap = str_save(s, APERM);
main.c 116 ainit(&aperm); /* initialize permanent Area */
139 tinit(&taliases, APERM, 0);
140 tinit(&aliases, APERM, 0);
141 tinit(&homedirs, APERM, 0);
147 tinit(&builtins, APERM, 64); /* must be 2^n (currently 40 builtins) */
162 confstr(_CS_PATH, new = alloc(len + 1, APERM), len + 1);
var.c 126 tinit(&specials, APERM, 32); /* must be 2^n (currently 17 specials) */
1001 afree(path, APERM);
1002 path = str_save(str_val(vp), APERM);
1019 afree(tmpdir, APERM);
1030 tmpdir = str_save(s, APERM);
1100 afree(path, APERM);
1101 path = str_save(def_path, APERM);
1111 afree(tmpdir, APERM);
vi.c 756 nbuf = alloc(nlen + 1 + olen, APERM);
761 afree(macro.buf, APERM);
1395 new = (struct edstate *)alloc(sizeof(struct edstate), APERM);
1396 new->cbuf = alloc(old->cbufsize, APERM);
1420 afree(old->cbuf, APERM);
1421 afree((char *)old, APERM);
1453 wbuf[0] = aresize(wbuf[0], wbuf_len, APERM);
1454 wbuf[1] = aresize(wbuf[1], wbuf_len, APERM);
2177 afree(macro.buf, APERM);
c_ksh.c 971 afree((void*)ap->val.s, APERM);
977 ap->val.s = str_save(newval, APERM);
1027 afree((void*)ap->val.s, APERM);
1038 afree((void*)ap->val.s, APERM);
path.c 199 current_wd = aresize(current_wd, current_wd_size = len, APERM);
sh.h 197 EXTERN Area aperm; /* permanent object space */ variable in typeref:typename:EXTERN Area
198 #define APERM &aperm
exec.c 943 afree(tp->val.s, APERM);
969 tp->val.s = str_save(npath, APERM);
1006 afree(tp->val.s, APERM);
jobs.c 1646 newj = (Job *) alloc(sizeof(Job), APERM);
1673 p = (Proc *) alloc(sizeof(Proc), APERM);
eval.c 1295 ap->val.s = str_nsave(pw->pw_dir, n + 1, APERM);
1299 ap->val.s = str_save(pw->pw_dir, APERM);
syn.c 695 tinit(&keywords, APERM, 32); /* must be 2^n (currently 20 keywords) */

Completed in 21 milliseconds