Searched refs:bc_file_flush (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dfile.h66 #define bc_file_flush(f, t) bc_file_flush(f) macro
76 void bc_file_flush(BcFile *restrict f, BcFlushType type);
H A Dhistory.h139 bc_file_flush(&bc_history_debug_fp); \
H A Dvm.h308 bc_file_flush(&vm.ferr); \
314 bc_file_flush(&vm.ferr); \
/freebsd-12-stable/contrib/bc/src/
H A Dfile.c122 void bc_file_flush(BcFile *restrict f, BcFlushType type) { function
140 bc_file_flush(f, type);
233 if (f->len == f->cap) bc_file_flush(f, type);
249 bc_file_flush(f, bc_flush_none);
H A Dread.c121 bc_file_flush(&vm.fout, bc_flush_none);
155 bc_file_flush(&vm.fout, bc_flush_none);
H A Dhistory.c509 bc_file_flush(&vm.fout, bc_flush_none);
560 bc_file_flush(&vm.fout, bc_flush_none);
567 bc_file_flush(&vm.fout, bc_flush_none);
635 bc_file_flush(&vm.fout, bc_flush_none);
675 bc_file_flush(&vm.fout, bc_flush_none);
705 bc_file_flush(&vm.fout, bc_flush_none);
1140 bc_file_flush(&vm.fout, bc_flush_none);
1319 bc_file_flush(&vm.fout, bc_flush_none);
1458 bc_file_flush(&vm.fout, bc_flush_none);
H A Dvm.c83 bc_file_flush(&vm.ferr, bc_flush_none);
163 bc_file_flush(&vm.fout, bc_flush_err);
587 if (BC_I) bc_file_flush(&vm.fout, bc_flush_save);
H A Dprogram.c603 bc_file_flush(&vm.fout, bc_flush_save);
1817 bc_file_flush(&vm.fout, bc_flush_err);
1939 bc_file_flush(&vm.fout, bc_flush_save);
2037 bc_file_flush(&vm.fout, bc_flush_save);
H A Dnum.c2972 bc_file_flush(&vm.ferr, bc_flush_err);

Completed in 121 milliseconds