Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcompleter.c45 char *line_completion_function (const char *text, int matches, char *line_buffer,
103 return line_completion_function (text, matches, rl_line_buffer, rl_point); in readline_line_completion_function()
626 line_completion_function (const char *text, int matches, char *line_buffer, int point) in line_completion_function() function
H A DChangeLog-1994748 * top.c (line_completion_function): Renamed from
752 between readline and line_completion_function.
754 (complete_command): Use line_completion_function instead of
H A DChangeLog-2000530 (filename_completer, line_completion_function, skip_quoted): Moved
537 (filename_completer, line_completion_function, skip_quoted):
5630 (line_completion_function): When completing on file names, use
H A DChangeLog-2002924 (line_completion_function): Removed, not used outside of completer.c.
926 complete_function, line_completion_function): Use const for first
928 (line_completion_function): Make static.
12731 (line_completion_function): Use it.
H A DChangeLog-20014951 (line_completion_function): If we are completing on locations,
8968 (line_completion_function): When completing on file names, bump
H A DChangeLog-20032554 (line_completion_function): Likewise.