Lines Matching defs:t
93 /// Do not clear the stored partial line, but don't add to it.
109 #define bc_file_putchar(f, t, c) bc_file_putchar_impl(f, t, c)
110 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f, t)
111 #define bc_file_flush(f, t) bc_file_flush_impl(f, t)
112 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, t, b, n)
113 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, t, s)
120 #define bc_file_putchar(f, t, c) bc_file_putchar_impl(f, c)
121 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f)
122 #define bc_file_flush(f, t) bc_file_flush_impl(f)
123 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, b, n)
124 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, s)