Searched refs:quoter (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-lang.c38 static void c_emit_char (int c, struct ui_file * stream, int quoter);
45 c_emit_char (int c, struct ui_file *stream, int quoter) argument
55 if (quoter == '"' && strcmp (escape, "0") == 0)
65 if (host_char == '\\' || host_char == quoter)
H A Df-lang.c94 static void f_emit_char (int c, struct ui_file * stream, int quoter);
103 f_emit_char (int c, struct ui_file *stream, int quoter) argument
109 if (c == '\\' || c == quoter)
H A Dlanguage.h190 void (*la_emitchar) (int ch, struct ui_file * stream, int quoter);
404 #define LA_EMIT_CHAR(ch, stream, quoter) \
405 (current_language->la_emitchar(ch, stream, quoter))
H A Dm2-lang.c48 m2_emit_char (int c, struct ui_file *stream, int quoter) argument
55 if (c == '\\' || c == quoter)
H A Dada-valprint.c259 ada_emit_char (int c, struct ui_file *stream, int quoter, int type_len)
268 if (c == quoter && c == '"')
269 fprintf_filtered (stream, "[\"%c\"]", quoter);
258 ada_emit_char(int c, struct ui_file *stream, int quoter, int type_len) argument
H A Dutils.c1615 struct ui_file *stream, int quoter)
1654 if (c == '\\' || c == quoter)
1666 fputstr_filtered (const char *str, int quoter, struct ui_file *stream)
1669 printchar (*str++, fputs_filtered, fprintf_filtered, stream, quoter);
1673 fputstr_unfiltered (const char *str, int quoter, struct ui_file *stream)
1676 printchar (*str++, fputs_unfiltered, fprintf_unfiltered, stream, quoter);
1680 fputstrn_unfiltered (const char *str, int n, int quoter,
1685 printchar (str[i], fputs_unfiltered, fprintf_unfiltered, stream, quoter);
1605 printchar(int c, void (*do_fputs) (const char *, struct ui_file *), void (*do_fprintf) (struct ui_file *, const char *, ...), struct ui_file *stream, int quoter) argument
1658 fputstr_filtered(const char *str, int quoter, struct ui_file *stream) argument
1665 fputstr_unfiltered(const char *str, int quoter, struct ui_file *stream) argument
1672 fputstrn_unfiltered(const char *str, int n, int quoter, struct ui_file *stream) argument
H A Djv-lang.c63 static void java_emit_char (int c, struct ui_file * stream, int quoter);
797 java_emit_char (int c, struct ui_file *stream, int quoter) argument
H A Dlanguage.c85 static void unk_lang_emit_char (int c, struct ui_file *stream, int quoter);
1214 unk_lang_emit_char (int c, struct ui_file *stream, int quoter)
1204 unk_lang_emit_char(int c, struct ui_file *stream, int quoter) argument
H A Dobjc-lang.c277 objc_emit_char (int c, struct ui_file *stream, int quoter) argument
284 if (c == '\\' || c == quoter)
H A Dada-lang.c8013 emit_char (int c, struct ui_file *stream, int quoter)
8015 ada_emit_char (c, stream, quoter, 1);
7994 emit_char(int c, struct ui_file *stream, int quoter) argument

Completed in 147 milliseconds