Home | History | Annotate | Download | only in src

Lines Matching full:resbuf

1435 hereinval(const char *content, int sub, char **resbuf, struct shf *shf)
1459 if (resbuf == NULL)
1462 strdupx(*resbuf, ccp, APERM);
1469 herein(struct ioword *iop, char **resbuf)
1487 if (resbuf != NULL)
1488 return (hereinval(iop->heredoc, i, resbuf, NULL));