Lines Matching refs:ATEMP
161 strdupx(x, cx, ATEMP); in isuc()
171 afree(x, ATEMP); in isuc()
436 s = pushs(SSTRINGCMDLINE, ATEMP); in main_init()
455 s = pushs(SFILE, ATEMP); in main_init()
481 s = pushs(SSTDIN, ATEMP); in main_init()
715 s = pushs(SFILE, ATEMP); in include()
717 strdupx(s->file, name, ATEMP); in include()
734 s = pushs(SSTRING, ATEMP); in command()
929 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP); in newenv()
1027 afree(cp + ALLOC_SIZE, ATEMP); in quitenv()
1833 p = alloc2(i, sizeof(struct tbl *), ATEMP); in ktsort()