Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dcompleter.h211 completion_match_for_lcd match_for_lcd; member
219 match_for_lcd.set_match (m);
221 match_for_lcd.set_match (m_for_lcd);
322 completion_match_for_lcd *match_for_lcd = NULL,
390 res.match_for_lcd.clear (); in reset_completion_match_result()
417 completion_match_for_lcd *match_for_lcd,
H A Dcp-support.c1748 completion_match_for_lcd *match_for_lcd
1749 = (comp_match_res != NULL ? &comp_match_res->match_for_lcd : NULL);
1754 mode, language_cplus, match_for_lcd) == 0)
1804 completion_match_for_lcd *match_for_lcd
1805 = (comp_match_res != NULL ? &comp_match_res->match_for_lcd : NULL);
1812 mode, language_cplus, match_for_lcd) == 0)
H A Dlanguage.c716 completion_match_for_lcd *match_for_lcd in default_symbol_name_matcher() local
717 = (comp_match_res != NULL ? &comp_match_res->match_for_lcd : NULL); in default_symbol_name_matcher()
723 mode, language_minimal, match_for_lcd) == 0) in default_symbol_name_matcher()
H A Dcompleter.c1614 completion_match_for_lcd *match_for_lcd, in maybe_add_completion() argument
1632 if (match_for_lcd != NULL) in maybe_add_completion()
1633 match_for_lcd_str = match_for_lcd->finish (); in maybe_add_completion()
1656 completion_match_for_lcd *match_for_lcd, in add_completion() argument
1659 if (!maybe_add_completion (std::move (name), match_for_lcd, text, word)) in add_completion()
H A Dutils.c2451 completion_match_for_lcd *match_for_lcd) in strncmp_iw_with_mode() argument
2494 if (match_for_lcd != NULL && abi_start != string1) in strncmp_iw_with_mode()
2495 match_for_lcd->mark_ignored_range (abi_start, string1); in strncmp_iw_with_mode()
2652 if (match_for_lcd != NULL) in strncmp_iw_with_mode()
2663 match_for_lcd->mark_ignored_range (abi_start, string1); in strncmp_iw_with_mode()
H A Dutils.h70 completion_match_for_lcd *match_for_lcd = NULL);
H A Dsymtab.c5430 &match_res.match_for_lcd, text, word); in completion_list_add_name()
H A DChangeLog-20171402 match_for_lcd parameter and use it.
1405 (completion_match_result::match_for_lcd): New field.
1408 (completion_tracker::add_completion): Add match_for_lcd parameter.
1410 match_for_lcd too.
1411 (completion_tracker::maybe_add_completion): Add match_for_lcd
1425 (completion_list_add_name): Pass the match_for_lcd to the tracker.