Searched refs:SINGLE_MATCH (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | complete.c | 1937 rp = make_quoted_replacement (matches[i], SINGLE_MATCH, qc); in insert_all_matches() 1946 rp = make_quoted_replacement (matches[0], SINGLE_MATCH, qc); in insert_all_matches() 2078 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, "e_char); in rl_complete_internal() 2082 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, "e_char); in rl_complete_internal() 2087 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, "e_char); in rl_complete_internal() 2128 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, "e_char); in rl_complete_internal() 2794 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, "e_char); in rl_old_menu_complete() 2908 insert_match (matches[0], orig_start, matches[1] ? MULT_MATCH : SINGLE_MATCH, "e_char); in rl_menu_complete() 2975 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, "e_char); in rl_menu_complete()
|
| H A D | readline.h | 880 #define SINGLE_MATCH 1 macro
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | rltech.texi | 2011 @code{SINGLE_MATCH}, if there is only one completion match, or
|
| H A D | readline.info | 3384 'SINGLE_MATCH', if there is only one completion match, or
|