Home
last modified time | relevance | path

Searched refs:wrdexp_buf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c737 wordexp_t wrdexp_buf; in expand() local
760 if (wordexp(name, &wrdexp_buf, WRDE_NOCMD) != 0) { in expand()
765 if (wrdexp_buf.we_wordc > 1) { in expand()
770 if (debug) fprintf(stderr, "%s\n", wrdexp_buf.we_wordv[0]); in expand()
771 return (savestr(wrdexp_buf.we_wordv[0])); in expand()