Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c151 static int compare_match PARAMS((char *, const char *));
1972 compare_match (char *text, const char *match) in compare_match() function
2034 nontrivial_lcd = matches && compare_match (text, matches[0]) != 0; in rl_complete_internal()
2796 compare_match (orig_text, matches[match_list_index])); in rl_old_menu_complete()
2870 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0; in rl_menu_complete()
2977 compare_match (orig_text, matches[match_list_index])); in rl_menu_complete()