Searched refs:completions (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/info/
H A Decho-area.h41 REFERENCE **completions, int force);
52 char *prompt, REFERENCE **completions);
58 char *prompt, REFERENCE **completions);
H A Decho-area.c68 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, in
802 info_read_completing_internal(WINDOW *window, char *prompt, REFERENCE **completions, int force) argument
896 info_read_completing_in_echo_area(WINDOW *window, char *prompt, REFERENCE **completions) argument
905 info_read_maybe_completing(WINDOW *window, char *prompt, REFERENCE **completions) argument
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.h104 extern struct varent completions;
H A Dtw.comp.c42 struct varent completions; variable in typeref:struct:varent
55 * Add or list completions in the completion list
69 tw_prlist(&completions);
71 vp = adrof1(strip(p), &completions);
79 pp = tw_find(strip(p), &completions, FALSE);
85 set1(strip(p), saveblk(v), &completions, VAR_READWRITE); local
90 * Remove completions from the completion list
97 unset1(v, &completions);
477 * look for hardwired command completions using a globbing
480 if ((vec = tw_find(wl[0], &completions, (lookin
[all...]
H A Dtw.init.c564 * Begin the list of completions
572 tw_vptr_start(&completions);
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c234 char **completions, *point, *arg_prefix;
258 completions = complete_line (point, arg, argpoint);
260 if (completions)
264 for (size = 0; completions[size]; ++size)
266 qsort (completions, size, sizeof (char *), compare_strings);
274 printf_unfiltered ("%s%s\n", arg_prefix, completions[item]);
277 && ! strcmp (completions[item], completions[next_item]))
279 xfree (completions[next_item]);
283 xfree (completions[ite
230 char **completions, *point, *arg_prefix; local
[all...]

Completed in 166 milliseconds