• Home
  • Raw
  • Download

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()
389 beg = wdcopy(sp, ATEMP); in expand()
396 afree(beg, ATEMP); in expand()
409 newst = alloc(sizeof(SubType), ATEMP); in expand()
449 beg = wdcopy(sp, ATEMP); in expand()
467 afree(stg, ATEMP); in expand()
471 afree(stg, ATEMP); in expand()
473 afree(beg, ATEMP); in expand()
489 strndupx(x.str, beg, num, ATEMP); in expand()
499 s = ws = wdcopy(sp, ATEMP); in expand()
521 strdupx(s, str_val(st->var), ATEMP); in expand()
587 strndupx(end, sbeg, p - sbeg, ATEMP); in expand()
589 afree(end, ATEMP); in expand()
592 afree(rrep, ATEMP); in expand()
597 strndupx(end, s, sbeg - s, ATEMP); in expand()
599 afree(end, ATEMP); in expand()
601 afree(s, ATEMP); in expand()
604 afree(tpat1, ATEMP); in expand()
605 afree(pat, ATEMP); in expand()
610 afree(tpat1, ATEMP); in expand()
613 afree(pat, ATEMP); in expand()
615 afree(rrep, ATEMP); in expand()
616 afree(ws, ATEMP); in expand()
751 debunk(alloc(len, ATEMP), in expand()
977 Xinit(ds, dp, 128, ATEMP); in expand()
982 *(cp = alloc(1, ATEMP)) = '\0'; in expand()
992 *(cp = alloc(1, ATEMP)) = '\0'; in expand()
1377 s = pushs(SSTRING, ATEMP); in comsub()
1381 afree(s, ATEMP); in comsub()
1431 maketemp(ATEMP, TT_FUNSUB, &tf); in comsub()
1439 afree(tf, ATEMP); in comsub()
1453 xp->str = valsub(t, ATEMP); in comsub()
1533 strndupx(end, str, p - str, ATEMP); in trimsub()
1577 Xinit(xs, xp, 256, ATEMP); in glob_str()
1642 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP); in globit()
1759 Xinit(ts, tp, 16, ATEMP); in maybe_expand_tilde()
1819 strdupx(dp, dp, ATEMP); in do_tilde()
1919 news = alloc(l1 + l2 + l3 + 1, ATEMP); in alt_expand()