Lines Matching refs:ATEMP
119 s = pushs(SWSTR, ATEMP); in substitute()
125 afree(s, ATEMP); in substitute()
260 Xinit(ds, dp, 128, ATEMP); in expand()
378 end = (beg = wdcopy(sp, ATEMP)) + in expand()
384 afree(beg, ATEMP); in expand()
397 newst = alloc(sizeof(SubType), ATEMP); in expand()
437 beg = wdcopy(sp, ATEMP); in expand()
455 afree(stg, ATEMP); in expand()
459 afree(stg, ATEMP); in expand()
461 afree(beg, ATEMP); in expand()
477 strndupx(x.str, beg, num, ATEMP); in expand()
485 s = wdcopy(sp, ATEMP); in expand()
502 afree(s, ATEMP); in expand()
522 strdupx(s, str_val(st->var), ATEMP); in expand()
569 strndupx(end, s, sbeg - s, ATEMP); in expand()
571 afree(end, ATEMP); in expand()
573 afree(s, ATEMP); in expand()
578 afree(tpat1, ATEMP); in expand()
581 afree(pat, ATEMP); in expand()
583 afree(rrep, ATEMP); in expand()
719 debunk(alloc(len, ATEMP), in expand()
924 Xinit(ds, dp, 128, ATEMP); in expand()
929 *(cp = alloc(1, ATEMP)) = '\0'; in expand()
939 *(cp = alloc(1, ATEMP)) = '\0'; in expand()
1305 s = pushs(SSTRING, ATEMP); in comsub()
1309 afree(s, ATEMP); in comsub()
1342 maketemp(ATEMP, TT_FUNSUB, &tf); in comsub()
1350 afree(tf, ATEMP); in comsub()
1364 xp->str = valsub(t, ATEMP); in comsub()
1441 strndupx(end, str, p - str, ATEMP); in trimsub()
1485 Xinit(xs, xp, 256, ATEMP); in glob_str()
1550 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1667 Xinit(ts, tp, 16, ATEMP); in maybe_expand_tilde()
1811 news = alloc(l1 + l2 + l3 + 1, ATEMP); in alt_expand()