Lines Matching defs:words
1946 char **words;
1963 &start, &end, &words, (int *) 0);
1974 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) {
2002 char **words;
2030 &start, &end, &words, &is_command);
2041 x_print_expansions(nwords, words, is_command);
2042 x_free_words(nwords, words);
2050 match = words[count]
2051 + x_basename(words[count], (char *) 0);
2055 FILECMP(words[i]
2056 + x_basename(words[i], (char *) 0),
2059 match = words[count];
2063 match = words[count];
2068 match = words[0];
2069 match_len = x_longest_prefix(nwords, words);
2092 x_free_words(nwords, words);
2109 char **words;
2114 &start, &end, &words, &is_command);
2119 x_print_expansions(nwords, words, is_command);
2120 x_free_words(nwords, words);