Home | History | Annotate | Download | only in src

Lines Matching refs:tf

1338 		struct temp *tf = NULL;
1344 maketemp(ATEMP, TT_FUNSUB, &tf);
1345 if (!tf->shf) {
1347 "create", tf->tffn, cstrerror(errno));
1350 shf = tf->shf;
1351 unlink(tf->tffn);
1352 afree(tf, ATEMP);