Searched refs:wrdexp_buf (Results 1 – 1 of 1) sorted by relevance
737 wordexp_t wrdexp_buf; in expand() local760 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()