Lines Matching refs:completions

68    possible completions output.  We remember it so we can delete it when
83 /* Only do this if the calling window is not the completions window, or,
84 if it is the completions window and there is no other window. */
103 we used for completions output, then restore the calling window. */
119 /* Delete the completions window if it is still present, it isn't the
121 pending which created a completions window. */
771 /* Sorted array of REFERENCE * which is the possible completions found in
784 /* Variable which holds the output of completions. */
789 /* Return non-zero if WINDOW is a window used for completions output. */
806 REFERENCE **completions, int force)
827 echo_area_completion_items = completions;
842 if (force && line && *line && completions)
857 /* If one of the completions matches exactly, then that is okay, so
871 inform_in_echo_area ((char *) _("No completions"));
900 char *prompt, REFERENCE **completions)
902 return (info_read_completing_internal (window, prompt, completions, 1));
909 char *prompt, REFERENCE **completions)
911 return (info_read_completing_internal (window, prompt, completions, 0));
914 DECLARE_INFO_COMMAND (ea_possible_completions, _("List possible completions"))
927 inform_in_echo_area ((char *) _("No completions"));
941 : (char *) _("%d completions:\n"),
968 /* Watch out for special case. If the number of completions is less
1002 /* Make a new node to hold onto possible completions. Don't destroy
1013 /* Find a suitable window for displaying the completions output.
1014 First choice is an existing window showing completions output.
1107 completing once, and there are several completions, then check
1108 the batch of completions to see if any continue with a space.
1172 /* Build a list of possible completions from echo_area_completion_items,
1190 /* Check to see if this call to build completions is the same as the last
1191 call to build completions. */
1223 window_message_in_echo_area ((char *) _("Building completions..."),
1231 /* Sort and prune duplicate entries from the completions array. */
1340 /* Scroll the "other" window. If there is a window showing completions, scroll
1343 DECLARE_INFO_COMMAND (ea_scroll_completions_window, _("Scroll the completions window"))
1462 area produced a completions window. */