Lines Matching refs:shf
1588 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf)
1597 quitenv(shf);
1615 shf_puts(ccp, shf);
1627 struct shf *shf;
1643 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) {
1646 !shf ? Tcreate : Topen, h->tffn, cstrerror(i));
1647 if (shf)
1648 shf_close(shf);
1653 if (hereinval(iop, i, NULL, shf) == -2) {
1659 if (shf_close(shf) == -1) {
1761 co.shf = shl_out;