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

/haiku-fatelf/src/bin/gdb/gdb/
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.h201 void (*la_emitchar) (int ch, struct ui_file * stream, int quoter);
365 #define LA_EMIT_CHAR(ch, stream, quoter) \
366 (current_language->la_emitchar(ch, stream, quoter))
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 Dm2-lang.c48 m2_emit_char (int c, struct ui_file *stream, int quoter) argument
55 if (c == '\\' || c == quoter)
H A Dutils.c1547 struct ui_file *stream, int quoter)
1586 if (c == '\\' || c == quoter)
1598 fputstr_filtered (const char *str, int quoter, struct ui_file *stream)
1601 printchar (*str++, fputs_filtered, fprintf_filtered, stream, quoter);
1605 fputstr_unfiltered (const char *str, int quoter, struct ui_file *stream)
1608 printchar (*str++, fputs_unfiltered, fprintf_unfiltered, stream, quoter);
1612 fputstrn_unfiltered (const char *str, int n, int quoter,
1617 printchar (str[i], fputs_unfiltered, fprintf_unfiltered, stream, quoter);
1537 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
1590 fputstr_filtered(const char *str, int quoter, struct ui_file *stream) argument
1597 fputstr_unfiltered(const char *str, int quoter, struct ui_file *stream) argument
1604 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);
799 java_emit_char (int c, struct ui_file *stream, int quoter) argument
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 Dlanguage.c85 static void unk_lang_emit_char (int c, struct ui_file *stream, int quoter);
1097 unk_lang_emit_char (int c, struct ui_file *stream, int quoter)
1089 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.c8702 emit_char (int c, struct ui_file *stream, int quoter)
8704 ada_emit_char (c, stream, quoter, 1);
8683 emit_char(int c, struct ui_file *stream, int quoter) argument

Completed in 282 milliseconds