Home
last modified time | relevance | path

Searched refs:rl_username_completion_function (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/readline/
H A Dcompat.c43 extern char *rl_username_completion_function PARAMS((const char *, int));
104 return rl_username_completion_function (s, i);
H A Dreadline.h449 extern char *rl_username_completion_function PARAMS((const char *, int));
H A Dcomplete.c2025 rl_username_completion_function (text, state) in rl_username_completion_function() function