Home
last modified time | relevance | path

Searched refs:complete_command (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dcomplete.c50 static unsigned char complete_command(char *, int);
125 complete_command(char *word, int list) in complete_command() function
315 return (complete_command(word, dolist)); in complete()
343 return (complete_command(word, dolist)); in complete()
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-cmds.c59 static void complete_command (char *, int);
226 complete_command (char *arg, int from_tty) in complete_command() function
290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
1144 add_com ("complete", class_obscure, complete_command, in init_cli_cmds()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1994754 (complete_command): Use line_completion_function instead of
3915 * main.c (complete_command): Deal with it if arg is NULL.
3935 * main.c (complete_command): New command, from Rick Sladkey
H A DChangeLog-2000469 (complete_command, source_command): Moved here (part) from top.c.
H A DChangeLog11699 (complete_command): Pass the start of the last word to
H A DChangeLog-200212728 (complete_command): Only print each unique item once.