Home
last modified time | relevance | path

Searched refs:make_completion_match_str (Results 1 – 7 of 7) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dcompleter.h504 make_completion_match_str (const char *match_name,
511 make_completion_match_str (gdb::unique_xmalloc_ptr<char> &&match_name,
H A Dinterps.c425 (make_completion_match_str (interp.name, text, word)); in interpreter_completer()
H A Dcompleter.c229 (make_completion_match_str (std::move (p_rl), text, word)); in filename_completer()
1639 = make_completion_match_str (match_for_lcd_str, text, word); in maybe_add_completion()
1722 make_completion_match_str (const char *match_name, in make_completion_match_str() function
1734 make_completion_match_str (gdb::unique_xmalloc_ptr<char> &&match_name, in make_completion_match_str() function
H A Dsymtab.c5421 = make_completion_match_str (symname, text, word); in completion_list_add_name()
6051 list->emplace_back (make_completion_match_str (fname, text, word)); in add_filename_to_list()
H A DChangeLog-2017291 'text' and 'word' parameters. Use make_completion_match_str.
308 make_completion_match_str.
310 make_completion_match_str.
312 (make_completion_match_str(const char *, const char *,
314 (make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&,
316 * completer.h (make_completion_match_str(const char *,
318 (make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&,
320 * interps.c (interpreter_completer): Use make_completion_match_str.
322 make_completion_match_str.
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-option.c163 (make_completion_match_str (opt.name, text, word)); in complete_on_options()
H A Dcli-decode.c2112 (make_completion_match_str (ptr->name, text, word)); in complete_on_cmdlist()
2146 tracker.add_completion (make_completion_match_str (name, text, word)); in complete_on_enum()