Lines Matching refs:shf
1435 hereinval(const char *content, int sub, char **resbuf, struct shf *shf)
1444 quitenv(shf);
1460 shf_puts(ccp, shf);
1472 struct shf *shf;
1495 if (!(shf = h->shf) || (fd = open(h->tffn, O_RDONLY, 0)) < 0) {
1498 !shf ? "create" : "open", h->tffn, cstrerror(i));
1499 if (shf)
1500 shf_close(shf);
1505 if (hereinval(iop->heredoc, i, NULL, shf) == -2) {
1511 if (shf_close(shf) == EOF) {