Home | History | Annotate | Download | only in src

Lines Matching refs:tf

88 	struct temp *tf;
295 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps);
296 if (!(shf = tf->shf)) {
297 bi_errorf(Tf_temp, Tcreate, tf->tffn, cstrerror(errno));
304 bi_errorf(Tf_temp, Twrite, tf->tffn, cstrerror(errno));
309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
320 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
321 bi_errorf(Tf_temp, Topen, tf->tffn, cstrerror(errno));
325 if (stat(tf->tffn, &statb) < 0)
340 bi_errorf(Tf_temp, Tread, tf->tffn,