Home
last modified time | relevance | path

Searched refs:c_emit_char (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/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) in c_emit_char() function
580 c_emit_char, /* Print a single char */
648 c_emit_char, /* Print a single char */
683 c_emit_char, /* Print a single char */
723 c_emit_char, /* Print a single char */
H A DChangeLog-20023688 (c_emit_char): Use charset-specific methods to recognize
3979 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
H A DChangeLog-2001330 * c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match