Searched refs:nontrivial_lcd (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | complete.c | 2002 int start, end, delimiter, found_quote, i, nontrivial_lcd; in rl_complete_internal() local 2034 nontrivial_lcd = matches && compare_match (text, matches[0]) != 0; in rl_complete_internal() 2107 if (nontrivial_lcd == 0) in rl_complete_internal() 2115 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd); in rl_complete_internal() 2129 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd); in rl_complete_internal() 2822 static int nontrivial_lcd = 0; in rl_menu_complete() local 2870 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0; in rl_menu_complete() 2935 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd); in rl_menu_complete()
|