Home | History | Annotate | Download | only in src

Lines Matching refs:ATEMP

212 		nextiop = alloc(sizeof(*iop), ATEMP);
213 nextiop->name = cp = alloc(5, ATEMP);
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
277 afree(iops, ATEMP);
331 XPput(args, wdcopy(setA_cmd0, ATEMP));
332 XPput(args, wdcopy(setA_cmd1, ATEMP));
334 XPput(args, wdcopy(setA_cmd2, ATEMP));
347 afree(t, ATEMP);
399 XPput(args, wdcopy(let_cmd, ATEMP));
428 strdupx(t->str, ident, ATEMP);
474 t->str = alloc(2, ATEMP);
495 afree(iops, ATEMP);
499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
623 symbol == '}' ? Tcbrace : Tesac, ATEMP);
713 t->left->args = alloc(2 * sizeof(char *), ATEMP);
714 t->left->args[0] = tv = alloc(3, ATEMP);
719 t->left->vars = alloc(sizeof(char *), ATEMP);
894 t = alloc(sizeof(struct op), ATEMP);
1003 db_lthan : db_gthan, ATEMP);
1013 save = wdcopy(dbtest_tokens[(int)meta], ATEMP);
1136 ys = alloc(sizeof(struct yyrecursive_state), ATEMP);
1157 tfree(t, ATEMP);
1179 afree(ys, ATEMP);