Lines Matching refs:shf
1584 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval() argument
1593 quitenv(shf); in hereinval()
1611 shf_puts(ccp, shf); in hereinval()
1623 struct shf *shf; in herein() local
1639 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) { in herein()
1642 !shf ? Tcreate : Topen, h->tffn, cstrerror(i)); in herein()
1643 if (shf) in herein()
1644 shf_close(shf); in herein()
1649 if (hereinval(iop, i, NULL, shf) == -2) { in herein()
1655 if (shf_close(shf) == -1) { in herein()
1757 co.shf = shl_out; in pr_menu()