Home
last modified time | relevance | path

Searched refs:_rl_free_match_list (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c506 _rl_free_match_list ((char **)ptr); in _rl_complete_sigcleanup()
1225 _rl_free_match_list (matches); in gen_completion_matches()
1244 _rl_free_match_list (matches); in gen_completion_matches()
1956 _rl_free_match_list (char **matches) in _rl_free_match_list() function
2156 _rl_free_match_list (matches); in rl_complete_internal()
2161 _rl_free_match_list (matches); in rl_complete_internal()
2702 _rl_free_match_list (matches); in rl_old_menu_complete()
2835 _rl_free_match_list (matches); in rl_menu_complete()
H A Drlprivate.h275 extern void _rl_free_match_list PARAMS((char **));