| /netbsd/src/external/gpl2/lvm2/dist/lib/misc/ |
| D | lvm-string.c | 93 const int orig_char, const int quote_char, in _quote_characters() argument 98 (*src == quote_char && quote_quote_char)) in _quote_characters() 99 *(*out)++ = quote_char; in _quote_characters() 110 const int quote_char) in _unquote_characters() argument 115 if (*src == quote_char && in _unquote_characters() 116 (*(src + 1) == orig_char || *(src + 1) == quote_char)) in _unquote_characters()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | completer.c | 51 int *quote_char); 293 char quote_char; in gdb_rl_find_completion_word() local 310 quote_char = '\0'; in gdb_rl_find_completion_word() 333 if (quote_char != '\'' && line_buffer[scan] == '\\') in gdb_rl_find_completion_word() 339 if (quote_char != '\0') in gdb_rl_find_completion_word() 343 if (line_buffer[scan] == quote_char) in gdb_rl_find_completion_word() 347 quote_char = '\0'; in gdb_rl_find_completion_word() 354 quote_char = line_buffer[scan]; in gdb_rl_find_completion_word() 360 if (point == end && quote_char == '\0') in gdb_rl_find_completion_word() 395 *qc = quote_char; in gdb_rl_find_completion_word() [all …]
|
| D | completer.h | 354 void set_quote_char (int quote_char) in set_quote_char() argument 355 { m_quote_char = quote_char; } in set_quote_char() 360 int quote_char () { return m_quote_char; } in quote_char() function 557 complete (const char *line, char const **word, int *quote_char);
|
| D | valprint.c | 2364 int quote_char, int width, in print_converted_chars_to_obstack() argument 2372 gdb_wchar_t wide_quote_char = gdb_btowc (quote_char); in print_converted_chars_to_obstack() 2416 byte_order, obstack, quote_char, &need_escape); in print_converted_chars_to_obstack() 2419 byte_order, obstack, quote_char, &need_escape); in print_converted_chars_to_obstack() 2445 byte_order, obstack, quote_char, &need_escape); in print_converted_chars_to_obstack() 2448 byte_order, obstack, quote_char, &need_escape); in print_converted_chars_to_obstack() 2534 int quote_char, int c_style_terminator, in generic_printstr() argument 2568 gdb_printf (stream, "%c%c", quote_char, quote_char); in generic_printstr() 2611 print_converted_chars_to_obstack (&wchar_buf, converted_chars, quote_char, in generic_printstr()
|
| D | location.c | 536 char quote_char = *start; in explicit_location_spec_lex_one_function() local 541 && quote_char == '\"' && is_ada_operator (start))) in explicit_location_spec_lex_one_function() 546 const char *end = find_toplevel_char (start + 1, quote_char); in explicit_location_spec_lex_one_function()
|
| D | valprint.h | 266 int quote_char, int c_style_terminator,
|
| D | linespec.c | 558 skip_quote_char (const char *string, char quote_char) in skip_quote_char() argument 562 p = last = find_toplevel_char (string, quote_char); in skip_quote_char() 565 p = find_toplevel_char (p, quote_char); in skip_quote_char() 680 char quote_char = *PARSER_STREAM (parser); in linespec_lexer_lex_string() local 684 && quote_char == '\"') in linespec_lexer_lex_string() 709 end = skip_quote_char (PARSER_STREAM (parser), quote_char); in linespec_lexer_lex_string() 713 parser->completion_quote_char = quote_char; in linespec_lexer_lex_string() 2800 if (tracker.quote_char ()) in complete_linespec_component() 2802 char quote_char_str[2] = { (char) tracker.quote_char () }; in complete_linespec_component() 2998 if (tracker.quote_char ()) in linespec_complete()
|
| D | ChangeLog-2017 | 10947 (completion_tracker::quote_char)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-cmds.c | 416 int quote_char = '\0'; in complete_command() local 419 completion_result result = complete (arg, &word, "e_char); in complete_command() 436 if (quote_char) in complete_command() 437 printf_unfiltered ("%c", quote_char); in complete_command()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 2770 int quote_char = '\0'; in mi_cmd_complete() local 2773 completion_result result = complete (argv[0], &word, "e_char); in mi_cmd_complete()
|