Searched refs:bc_file_putchar (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dfile.h64 #define bc_file_putchar(f, t, c) bc_file_putchar(f, c) macro
74 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c);
/freebsd-12-stable/contrib/bc/src/
H A Dvm.c82 bc_file_putchar(&vm.ferr, bc_flush_none, '\n');
152 bc_file_putchar(&vm.fout, bc_flush_none, ' ');
154 bc_file_putchar(&vm.fout, bc_flush_none, '\n');
158 bc_file_putchar(&vm.fout, bc_flush_none, '\n');
229 bc_file_putchar(&vm.ferr, bc_flush_none, '\n');
231 bc_file_putchar(&vm.ferr, bc_flush_none, ' ');
251 bc_file_putchar(&vm.ferr, bc_flush_none, ' ');
495 bc_file_putchar(&vm.fout, type, (uchar) c);
H A Dfile.c181 bc_file_putchar(f, bc_flush_none, uc);
195 bc_file_putchar(f, bc_flush_none, '-');
199 if (!d) bc_file_putchar(f, bc_flush_none, '0');
215 if (!ull) bc_file_putchar(f, bc_flush_none, '0');
232 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c) { function
H A Dnum.c2914 bc_file_putchar(&vm.fout, bc_flush_err, '\n');
2915 if (emptyline) bc_file_putchar(&vm.fout, bc_flush_err, '\n');
2926 bc_file_putchar(&vm.fout, bc_flush_err, '\n');
2927 if (emptyline) bc_file_putchar(&vm.fout, bc_flush_err, '\n');

Completed in 75 milliseconds