Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ftp/
H A Dcomplete.c56 static unsigned char complete_command (char *, int);
131 complete_command(char *word, int list) in complete_command() function
386 return (complete_command(word, dolist)); in complete()
405 return (complete_command(word, dolist)); in complete()
/netbsd-src/usr.bin/mail/
H A Dcomplete.c301 complete_command(EditLine *el, char *word, int dolist) in complete_command() function
950 return complete_command(el, word, dolist); in mail_complete()
/netbsd-src/external/gpl3/gdb.old/dist/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-20173582 (help_command, complete_command, shell_command, edit_command)
6215 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
10908 * cli/cli-cmds.c (complete_command): Get the completion result out
11031 * cli/cli-cmds.c (complete_command): Use a completion tracker
11056 * cli/cli-cmds.c (complete_command): Rework using
14813 * cli/cli-cmds.c (complete_command, cd_command): Constify.
H A DChangeLog-20153374 * cli/cli-cmds.c (complete_command): Likewise.
13510 * cli/cli-cmds.c (complete_command): Notify user if max-completions
H A DChangeLog-201910427 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
10502 * cli/cli-cmds.c: (complete_command): Update to use new complete()
H A DChangeLog-2016300 * cli/cli-cmds.c (complete_command): Likewise.
H A DChangeLog-2000469 (complete_command, source_command): Moved here (part) from top.c.
H A DChangeLog-20106241 * cli/cli-cmds.c (complete_command): Delete unused variable.
H A DChangeLog-20126157 * cli/cli-cmds.c (complete_command): Update.
H A DChangeLog-201312695 * cli/cli-cmds.c (complete_command): Remove unused next_item.
H A DChangeLog-200413580 (complete_command): Pass the start of the last word to
H A DChangeLog-200212716 (complete_command): Only print each unique item once.
/netbsd-src/external/gpl3/gdb/dist/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-20173582 (help_command, complete_command, shell_command, edit_command)
6215 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
10908 * cli/cli-cmds.c (complete_command): Get the completion result out
11031 * cli/cli-cmds.c (complete_command): Use a completion tracker
11056 * cli/cli-cmds.c (complete_command): Rework using
14813 * cli/cli-cmds.c (complete_command, cd_command): Constify.
H A DChangeLog-20153374 * cli/cli-cmds.c (complete_command): Likewise.
13510 * cli/cli-cmds.c (complete_command): Notify user if max-completions
H A DChangeLog-201910427 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
10502 * cli/cli-cmds.c: (complete_command): Update to use new complete()
H A DChangeLog-2000469 (complete_command, source_command): Moved here (part) from top.c.
H A DChangeLog-2016300 * cli/cli-cmds.c (complete_command): Likewise.
H A DChangeLog-20106241 * cli/cli-cmds.c (complete_command): Delete unused variable.
H A DChangeLog-20126157 * cli/cli-cmds.c (complete_command): Update.
H A DChangeLog-201312695 * cli/cli-cmds.c (complete_command): Remove unused next_item.
H A DChangeLog-200413580 (complete_command): Pass the start of the last word to
H A DChangeLog-200212716 (complete_command): Only print each unique item once.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git135579 that really ought to be. A few -- namely in complete_command -- could
149747 Note that complete_command is not touched due to a comment there