Home | History | Annotate | Download | only in src

Lines Matching refs:shf

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