Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c2078 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, &quote_char); in rl_complete_internal()
2082 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, &quote_char); in rl_complete_internal()
2087 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, &quote_char); in rl_complete_internal()
2128 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, &quote_char); in rl_complete_internal()
2790 insert_match (orig_text, orig_start, MULT_MATCH, &quote_char); in rl_old_menu_complete()
2908 insert_match (matches[0], orig_start, matches[1] ? MULT_MATCH : SINGLE_MATCH, &quote_char); in rl_menu_complete()
2971 insert_match (matches[0], orig_start, MULT_MATCH, &quote_char); in rl_menu_complete()
H A Dreadline.h881 #define MULT_MATCH 2 macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi2012 @code{MULT_MATCH}. Some functions use this to decide whether or not to
H A Dreadline.info3385 'MULT_MATCH'. Some functions use this to decide whether or not to