Home | History | Annotate | Download | only in src

Lines Matching refs:shf

90 	struct shf *shf;
298 if (!(shf = tf->shf)) {
305 shf_fprintf(shf, "%s\n", *hp);
306 if (shf_close(shf) == EOF) {
332 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
347 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
354 "read", tf->tffn, cstrerror(shf_errno(shf)));
356 shf_close(shf);
359 shf_close(shf);