Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dlocation.h257 const char *quoted_arg_end = NULL; member
H A Dlocation.c504 completion_info->quoted_arg_end = end; in explicit_location_lex_one()
662 completion_info->quoted_arg_end = end; in explicit_location_lex_one_function()
749 completion_info->quoted_arg_end = NULL; in string_to_explicit_location()
H A Dcompleter.c861 const char *quoted_arg_end) in complete_explicit_location() argument
880 if (quoted_arg_start != NULL && quoted_arg_end != NULL) in complete_explicit_location()
882 if (quoted_arg_end[1] == '\0') in complete_explicit_location()
904 else if (quoted_arg_end[1] == ' ') in complete_explicit_location()
950 && completion_info.quoted_arg_end == NULL) in location_completer()
993 completion_info.quoted_arg_end); in location_completer()
H A DChangeLog-201710924 language, quoted_arg_start and quoted_arg_end parameters.