Searched refs:SendByte (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevphex.c | 841 #define SendByte( s, x ) fputc( (x), (s) ) macro 843 #define SendWord( s, x ) SendByte((s), (x) & 255); \ 844 SendByte((s), ((x) >> 8 ) & 255); 1794 SendByte( stream, FF ); in photoex_print_page() 1921 SendByte( p->stream, CR ); in RenderPage() 2652 SendByte( stream, on ); in SendGmode() 2659 SendByte( stream, res ); in SendUnit() 2665 SendByte( stream, on ); in SendUnidir() 2672 SendByte( stream, on ); in SendMicro() 2679 SendByte( stream, 0 ); in SendInk() [all …]
|