Searched refs:MULT_MATCH (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | complete.c | 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() 2790 insert_match (orig_text, orig_start, MULT_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() 2971 insert_match (matches[0], orig_start, MULT_MATCH, "e_char); in rl_menu_complete()
|
H A D | readline.h | 881 #define MULT_MATCH 2 macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
H A D | rltech.texi | 2012 @code{MULT_MATCH}. Some functions use this to decide whether or not to
|
H A D | readline.info | 3385 'MULT_MATCH'. Some functions use this to decide whether or not to
|