Home | History | Annotate | Download | only in src

Lines Matching refs:ATEMP

111 	s = pushs(SWSTR, ATEMP);
117 afree(s, ATEMP);
239 Xinit(ds, dp, 128, ATEMP);
356 end = (beg = wdcopy(sp, ATEMP)) +
362 afree(beg, ATEMP);
373 newst = alloc(sizeof(SubType), ATEMP);
403 beg = wdcopy(sp, ATEMP);
407 afree(beg, ATEMP);
432 beg = wdcopy(sp, ATEMP);
453 afree(stg, ATEMP);
457 afree(stg, ATEMP);
459 afree(beg, ATEMP);
475 strndupx(x.str, beg, num, ATEMP);
483 s = wdcopy(sp, ATEMP);
500 afree(d, ATEMP);
503 afree(s, ATEMP);
516 afree(tpat0, ATEMP);
556 strdupx(s, d, ATEMP);
604 strndupx(end, s, sbeg - s, ATEMP);
606 afree(end, ATEMP);
608 afree(s, ATEMP);
613 afree(tpat1, ATEMP);
617 afree(pat, ATEMP);
619 afree(rrep, ATEMP);
738 debunk(alloc(len, ATEMP),
918 Xinit(ds, dp, 128, ATEMP);
925 *(p = alloc(1, ATEMP)) = '\0';
937 *(p = alloc(1, ATEMP)) = '\0';
1293 s = pushs(SSTRING, ATEMP);
1297 afree(s, ATEMP);
1326 maketemp(ATEMP, TT_FUNSUB, &tf);
1346 afree(tf, ATEMP);
1421 strndupx(end, str, p - str, ATEMP);
1465 Xinit(xs, xp, 256, ATEMP);
1530 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
1647 Xinit(ts, tp, 16, ATEMP);
1789 news = alloc(l1 + l2 + l3 + 1, ATEMP);