Lines Matching refs:ATEMP
130 s = pushs(SWSTR, ATEMP); in substitute()
136 afree(s, ATEMP); in substitute()
271 Xinit(ds, dp, 128, ATEMP); in expand()
400 beg = wdcopy(sp, ATEMP); in expand()
407 afree(beg, ATEMP); in expand()
420 newst = alloc(sizeof(SubType), ATEMP); in expand()
451 beg = wdcopy(sp, ATEMP); in expand()
469 afree(stg, ATEMP); in expand()
473 afree(stg, ATEMP); in expand()
475 afree(beg, ATEMP); in expand()
491 strndupx(x.str, beg, num, ATEMP); in expand()
502 s = ws = wdcopy(sp, ATEMP); in expand()
530 strdupx(s, str_val(st->var), ATEMP); in expand()
605 afree(rrep, ATEMP); in expand()
635 ATEMP); in expand()
647 afree(tpat1, ATEMP); in expand()
648 afree(pat, ATEMP); in expand()
653 afree(tpat1, ATEMP); in expand()
656 afree(pat, ATEMP); in expand()
658 afree(rrep, ATEMP); in expand()
659 afree(ws, ATEMP); in expand()
794 debunk(alloc(len, ATEMP), in expand()
1089 Xinit(ds, dp, 128, ATEMP); in expand()
1094 *(cp = alloc(1, ATEMP)) = '\0'; in expand()
1538 s = pushs(SSTRING, ATEMP); in comsub()
1542 afree(s, ATEMP); in comsub()
1592 maketemp(ATEMP, TT_FUNSUB, &tf); in comsub()
1600 afree(tf, ATEMP); in comsub()
1614 xp->str = valsub(t, ATEMP); in comsub()
1694 strndupx(end, str, p - str, ATEMP); in trimsub()
1738 Xinit(xs, xp, 256, ATEMP); in glob_str()
1803 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1919 Xinit(ts, tp, 16, ATEMP); in maybe_expand_tilde()
1979 strdupx(dp, dp, ATEMP); in do_tilde()
2079 news = alloc(l1 + l2 + l3 + 1, ATEMP); in alt_expand()