Lines Matching defs:words
1735 char **words;
1743 &start, &end, &words, &is_command);
1753 if (x_escape(words[i], strlen(words[i]), x_emacs_putbuf) < 0 ||
1771 char **words;
1778 &start, &end, &words, &is_command);
1786 x_print_expansions(nwords, words, is_command);
1788 x_free_words(nwords, words);
1793 nlen = x_longest_prefix(nwords, words);
1798 x_escape(words[0], nlen, x_emacs_putbuf);
1803 if ((nwords == 1) && (!ISDIRSEP(words[0][nlen - 1]))) {
1809 x_print_expansions(nwords, words, is_command);
1816 x_free_words(nwords, words);
2055 /* Uppercase N(1) words */
2063 /* Lowercase N(1) words */
2071 /* Lowercase N(1) words */
2084 * to UPPER case, lower case or Capitalize words.