Home | History | Annotate | Download | only in ksh

Lines Matching defs:nwords

1736 	int nwords = 0;
1741 nwords = x_cf_glob(XCF_FILE,
1745 if (nwords == 0) {
1752 for (i = 0; i < nwords;) {
1754 (++i < nwords && x_ins(space) < 0))
1772 int nwords;
1777 nwords = x_cf_glob(flags, xbuf, xep - xbuf, xcp - xbuf,
1780 if (nwords == 0) {
1786 x_print_expansions(nwords, words, is_command);
1788 x_free_words(nwords, words);
1793 nlen = x_longest_prefix(nwords, words);
1795 if (nwords == 1 || nlen > olen) {
1803 if ((nwords == 1) && (!ISDIRSEP(words[0][nlen - 1]))) {
1809 x_print_expansions(nwords, words, is_command);
1816 x_free_words(nwords, words);