Lines Matching defs:f
55 FILE* f; member
109 #define bc_file_putchar(f, t, c) bc_file_putchar_impl(f, t, c) argument
110 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f, t) argument
111 #define bc_file_flush(f, t) bc_file_flush_impl(f, t) argument
112 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, t, b, n) argument
113 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, t, s) argument
120 #define bc_file_putchar(f, t, c) bc_file_putchar_impl(f, c) argument
121 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f) argument
122 #define bc_file_flush(f, t) bc_file_flush_impl(f) argument
123 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, b, n) argument
124 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, s) argument