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