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

  /external/mksh/src/
var.c 107 afree(l, ATEMP);
186 afree(vn, ATEMP);
193 afree(ap, ATEMP);
207 afree(tmp, ATEMP);
211 afree(sub, ATEMP);
430 afree(vq->val.s, vq->areap);
450 afree(salloc, ATEMP);
573 afree(vq->val.s, vq->areap);
688 afree(op, vp->areap);
801 afree(tmp->val.s, tmp->areap)
    [all...]
eval.c 123 afree(s, ATEMP);
380 afree(beg, ATEMP);
424 afree(beg, ATEMP);
469 afree(stg, ATEMP);
473 afree(stg, ATEMP);
475 afree(beg, ATEMP);
516 afree(d, ATEMP);
519 afree(s, ATEMP);
532 afree(tpat0, ATEMP);
622 afree(end, ATEMP)
    [all...]
tree.c 700 afree(t->str, ap);
704 afree(*w, ap);
705 afree(t->vars, ap);
714 afree(*w, ap);
715 afree(t->args, ap);
724 afree(t, ap);
736 afree(p->name, ap);
738 afree(p->delim, ap);
740 afree(p->heredoc, ap);
741 afree(p, ap)
    [all...]
misc.c 687 afree(pnew, ATEMP);
1299 afree(str, ATEMP);
1389 afree(rv, ATEMP);
1429 afree(tp, ATEMP);
    [all...]
histrap.c 378 afree(*histptr, APERM);
577 afree(hname, APERM);
647 afree(c, APERM);
661 afree(*history, APERM);
794 afree(nhname, ATEMP);
858 afree(*hp, APERM);
1111 afree(as, ATEMP);
1257 * no problem with afree(p->trap) in settrap() while still in use.
1263 afree(trapstr, APERM);
1313 afree(p->trap, APERM)
    [all...]
lalloc.c 112 afree(void *ptr, Area *ap) function
lex.c 178 afree(dp, ATEMP); \
297 afree(tmp, ATEMP);
660 afree(sp, ATEMP);
877 afree(sp, ATEMP);
973 afree(iop, ATEMP);
1054 afree(yylval.cp, ATEMP);
1099 afree(yylval.cp, ATEMP);
1347 afree(s->u.freeme, ATEMP);
    [all...]
funcs.c 259 afree(allocd, ATEMP);
1120 afree(ap->val.s, APERM);
1137 afree(xalias, ATEMP);
1185 afree(ap->val.s, APERM);
1196 afree(ap->val.s, APERM);
    [all...]
shf.c 68 afree(shf, shf->areap);
79 afree(shf, shf->areap);
238 afree(shf, shf->areap);
240 afree(shf->buf, shf->areap);
280 afree(shf, shf->areap);
exec.c 120 afree(cp, APERM);
1120 afree(tp->val.s, APERM);
1146 afree(npath.rw, ATEMP);
1182 afree(tp->val.s, APERM);
1362 afree(sp, ATEMP);
    [all...]
main.c 143 afree(cp, APERM);
194 afree(x, ATEMP);
1058 afree(cp + ALLOC_SIZE, ATEMP);
1082 afree(ep->savefd, &ep->area);
    [all...]
syn.c 277 afree(iops, ATEMP);
347 afree(t, ATEMP);
495 afree(iops, ATEMP);
1178 afree(ys, ATEMP);
edit.c 336 afree(s, ATEMP);
387 afree(s, ATEMP);
506 afree(info, ATEMP);
517 afree(words[i], ATEMP);
658 afree(toglob, ATEMP);
703 afree(words[--nwords], ATEMP);
704 afree(words, ATEMP);
813 afree(words[i], ATEMP);
    [all...]
expr.c 657 afree(tvar, ATEMP);
692 afree(tvar, ATEMP);
sh.h     [all...]

Completed in 1530 milliseconds