Home
last modified time | relevance | path

Searched refs:username_completion_function (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dcompat.c97 username_completion_function (const char *s, int i) in username_completion_function() function
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcompat.c97 username_completion_function (const char *s, int i) in username_completion_function() function
H A Dreadline.h502 extern char *username_completion_function PARAMS((const char *, int));
H A DChangeLog.gdb514 * complete.c (username_completion_function): Don't bypass getpw*
1448 executed. Fixed typo in username_completion_function ().
1452 * readline.c: username_completion_function (); For text passed in
H A DCHANGES1423 username_completion_function, and completion_matches now have an rl_
/netbsd-src/lib/libedit/readline/
H A Dreadline.h209 char *username_completion_function(const char *, int);
/netbsd-src/lib/libedit/
H A Dreadline.c1883 username_completion_function(const char *text, int state) in username_completion_function() function