Home | History | Annotate | Download | only in src

Lines Matching refs:tf

91 	struct temp *tf;
297 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps);
298 if (!(shf = tf->shf)) {
300 "create", tf->tffn, cstrerror(errno));
308 "write", tf->tffn, cstrerror(errno));
313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
332 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
334 "open", tf->tffn, cstrerror(errno));
338 if (stat(tf->tffn, &statb) < 0)
354 "read", tf->tffn, cstrerror(shf_errno(shf)));