Searched refs:VSTREAM_PUTCHAR (Results 1 – 3 of 3) sorted by relevance
317 VSTREAM_PUTCHAR('\n'); in postcat()404 VSTREAM_PUTCHAR('\n'); in postcat()411 VSTREAM_PUTCHAR('\n'); in postcat()417 VSTREAM_PUTCHAR('\n'); in postcat()
1948 VSTREAM_PUTCHAR('\n'); in do_memory_stream()1965 VSTREAM_PUTCHAR('\n'); in do_memory_stream()1986 VSTREAM_PUTCHAR('\n'); in do_memory_stream()2009 VSTREAM_PUTCHAR('\n'); in do_memory_stream()2028 VSTREAM_PUTCHAR(ch); in do_memory_stream()2029 VSTREAM_PUTCHAR('\n'); in do_memory_stream()2051 VSTREAM_PUTCHAR('\n'); in do_memory_stream()
119 #define VSTREAM_PUTCHAR(ch) VSTREAM_PUTC((ch), VSTREAM_OUT) macro