Home | History | Annotate | Download | only in src

Lines Matching refs:ATEMP

119 	s = pushs(SWSTR, ATEMP);
125 afree(s, ATEMP);
260 Xinit(ds, dp, 128, ATEMP);
385 end = (beg = wdcopy(sp, ATEMP)) +
391 afree(beg, ATEMP);
404 newst = alloc(sizeof(SubType), ATEMP);
444 beg = wdcopy(sp, ATEMP);
465 afree(stg, ATEMP);
469 afree(stg, ATEMP);
471 afree(beg, ATEMP);
487 strndupx(x.str, beg, num, ATEMP);
495 s = wdcopy(sp, ATEMP);
512 afree(d, ATEMP);
515 afree(s, ATEMP);
528 afree(tpat0, ATEMP);
567 strdupx(s, d, ATEMP);
615 strndupx(end, s, sbeg - s, ATEMP);
617 afree(end, ATEMP);
619 afree(s, ATEMP);
624 afree(tpat1, ATEMP);
628 afree(pat, ATEMP);
630 afree(rrep, ATEMP);
761 debunk(alloc(len, ATEMP),
966 Xinit(ds, dp, 128, ATEMP);
971 *(cp = alloc(1, ATEMP)) = '\0';
981 *(cp = alloc(1, ATEMP)) = '\0';
1335 s = pushs(SSTRING, ATEMP);
1339 afree(s, ATEMP);
1372 maketemp(ATEMP, TT_FUNSUB, &tf);
1380 afree(tf, ATEMP);
1394 xp->str = valsub(t, ATEMP);
1471 strndupx(end, str, p - str, ATEMP);
1515 Xinit(xs, xp, 256, ATEMP);
1580 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
1697 Xinit(ts, tp, 16, ATEMP);
1841 news = alloc(l1 + l2 + l3 + 1, ATEMP);