Searched refs:write_char (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | mangle.c | 247 #define write_char(CHAR) \ macro 377 write_char ('E'); in write_exception_spec() 385 write_char ('E'); in write_exception_spec() 1039 write_char ('N'); in write_nested_name() 1046 write_char ('V'); in write_nested_name() 1048 write_char ('K'); in write_nested_name() 1052 write_char ('O'); in write_nested_name() 1054 write_char ('R'); in write_nested_name() 1086 write_char ('E'); in write_nested_name() 1171 write_char ('M'); in write_prefix() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | mangle.c | 234 #define write_char(CHAR) \ macro 916 write_char ('N'); in write_nested_name() 923 write_char ('V'); in write_nested_name() 925 write_char ('K'); in write_nested_name() 955 write_char ('E'); in write_nested_name() 1046 write_char ('M'); in write_prefix() 1247 write_char ('L'); in write_unqualified_name() 1314 write_char ('_'); in write_compact_number() 1375 write_char ('E'); in write_closure_type_name() 1421 write_char ('n'); in write_number() [all …]
|
| /dragonfly/stand/boot/pc32/libi386/ |
| HD | vidconsole.c | 61 void write_char(int c, int fg, int bg); 173 write_char(c, fg_c, bg_c); in vidc_rawputchar() 231 write_char(' ', fg_c, bg_c); in curs_move() 256 write_char(int c, int fgcol, int bgcol) in write_char() function
|
| /dragonfly/bin/mined/ |
| HD | mined.h | 215 #define putchar(c) write_char(STD_OUT, (c)) 301 int write_char(int fd, char c);
|
| HD | mined1.c | 984 write_char(int fd, char c) in write_char() function 999 if (write_char(fd, *text++) == ERRORS) in writeline() 1978 write_char(STD_OUT, c); in _putchar()
|
| HD | mined2.c | 1065 if (write_char(fd, *textp) == ERRORS) { in yank()
|
| /dragonfly/usr.bin/chat/ |
| HD | chat.c | 162 static int write_char(int c); 1075 write_char(int c) in write_char() function 1107 if (!write_char (c)) in put_string() 1127 if (!write_char (c)) in put_string()
|