Lines Matching defs:nwords
1944 int nwords;
1961 nwords = x_cf_glob(XCF_COMMAND_FILE|XCF_FULLPATH,
1964 if (nwords == 0) {
1973 for (i = 0; i < nwords; ) {
1978 if (++i < nwords && putbuf(space, 1, 0) != 0) {
2000 int nwords;
2028 nwords = x_cf_glob(XCF_COMMAND_FILE | (count ? XCF_FULLPATH : 0),
2031 if (nwords == 0) {
2039 if (count >= nwords) {
2041 x_print_expansions(nwords, words, is_command);
2042 x_free_words(nwords, words);
2053 for (i = 0; i < nwords; i++)
2069 match_len = x_longest_prefix(nwords, words);
2071 is_unique = nwords == 1;
2092 x_free_words(nwords, words);
2107 int nwords;
2112 nwords = x_cf_glob(XCF_COMMAND_FILE|XCF_FULLPATH,
2115 if (nwords == 0) {
2119 x_print_expansions(nwords, words, is_command);
2120 x_free_words(nwords, words);