Searched refs:write_char (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c235 #define write_char(CHAR) \ macro
917 write_char ('N');
924 write_char ('V');
926 write_char ('K');
942 write_char ('E');
1138 write_char ('L');
1216 write_char ('n');
1263 write_char ('n');
1290 write_char ('n');
1489 write_char ('
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dvidconsole.c62 void write_char(int c, int fg, int bg);
169 /* write_char(' ', fg_c, bg_c); XXX destructive(!) */
174 write_char(c, fg_c, bg_c);
232 write_char(' ', fg_c, bg_c);
257 write_char(int c, int fgcol, int bgcol) function
/freebsd-11-stable/stand/pc98/libpc98/
H A Dvidconsole.c62 void write_char(int c, int fg, int bg);
263 /* write_char(' ', fg_c, bg_c); XXX destructive(!) */
268 write_char(c, fg_c, bg_c);
315 write_char(' ', fg_c, bg_c);
344 write_char(int c, int fgcol, int bgcol) function
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c163 int write_char(int c);
1076 write_char(int c) function
1108 if (!write_char (c))
1128 if (!write_char (c))

Completed in 87 milliseconds