Searched refs:rl_filename_completion_function (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
H A D | compat.c | 44 extern char *rl_filename_completion_function PARAMS((const char *, int)); 105 return rl_filename_completion_function (s, i); in filename_completion_function()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | compat.c | 44 extern char *rl_filename_completion_function PARAMS((const char *, int)); 105 return rl_filename_completion_function (s, i); in filename_completion_function()
|
H A D | complete.c | 2016 : rl_filename_completion_function; in rl_complete_internal() 2225 if (entry_function == rl_filename_completion_function) in rl_completion_matches() 2454 rl_filename_completion_function (const char *text, int state) in rl_filename_completion_function() function 2718 : rl_filename_completion_function; in rl_old_menu_complete() 2851 : rl_filename_completion_function; in rl_menu_complete()
|
H A D | readline.h | 486 extern char *rl_filename_completion_function PARAMS((const char *, int));
|
H A D | ChangeLog.gdb | 90 (printable_part, rl_filename_completion_function)
|
/netbsd-src/lib/libedit/readline/ |
H A D | readline.h | 236 char *rl_filename_completion_function(const char *, int);
|
/netbsd-src/lib/libedit/ |
H A D | readline.c | 2455 rl_filename_completion_function (const char *text, int state) in rl_filename_completion_function() function
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
H A D | rltech.texi | 1899 function, @code{rl_filename_completion_function()}, is used. 1966 @deftypefun {char *} rl_filename_completion_function (const char *text, int state) 1986 @code{NULL} means to use @code{rl_filename_completion_function()},
|
H A D | readline.info | 3278 generator function, 'rl_filename_completion_function()', is used. 3340 -- Function: char * rl_filename_completion_function (const char *text, 3362 'NULL' means to use 'rl_filename_completion_function()', the 4947 * rl_filename_completion_function: Completion Functions.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2002 | 926 rl_filename_completion_function
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2002 | 926 rl_filename_completion_function
|