Searched refs:XPUTC (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/make/bin/ |
H A D | state.cc | 48 #define XPUTC(ch, fd) { \ macro 229 XPUTC(colon_char, fd); in write_state_file() 230 XPUTC(tab_char, fd); in write_state_file() 234 XPUTC(newline_char, fd); in write_state_file() 281 XPUTC(colon_char, fd); in write_state_file() 282 XPUTC(newline_char, fd); in write_state_file() 294 XPUTC(colon_char, fd); in write_state_file() 319 XPUTC(colon_char, fd); in write_state_file() 320 XPUTC(newline_char, fd); in write_state_file() 332 XPUTC(tab_char, fd); in write_state_file() [all …]
|