Home
last modified time | relevance | path

Searched refs:bc_file_flush (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/bc/include/
H A Dfile.h111 #define bc_file_flush(f, t) bc_file_flush_impl(f, t) macro
122 #define bc_file_flush(f, t) bc_file_flush_impl(f) macro
187 bc_file_flush(BcFile* restrict f, BcFlushType type);
H A Dstatus.h1002 bc_file_flush(&vm->ferr, bc_flush_none); \
1017 bc_file_flush(&vm->ferr, bc_flush_none); \
H A Dhistory.h253 bc_file_flush(&bc_history_debug_fp); \
H A Dprogram.h480 bc_file_flush(&vm->ferr, bc_flush_none); \
/freebsd-14.2/contrib/bc/src/
H A Dfile.c184 bc_file_flush(BcFile* restrict f, BcFlushType type) in bc_file_flush() function
227 bc_file_flush(f, type); in bc_file_write()
444 if (f->len == f->cap) bc_file_flush(f, type); in bc_file_putchar()
486 bc_file_flush(f, bc_flush_none); in bc_file_free()
H A Dhistory.c930 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_cursorPos()
986 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_columns()
994 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_columns()
1052 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_refresh()
1107 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_refresh()
1146 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_edit_insert()
1841 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_edit()
2078 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_line()
2247 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_printKeyCodes()
H A Dread.c147 bc_file_flush(&vm->fout, bc_flush_none); in bc_read_chars()
200 bc_file_flush(&vm->fout, bc_flush_none); in bc_read_chars()
H A Dvm.c104 bc_file_flush(&vm->ferr, bc_flush_none);
308 bc_file_flush(&vm->fout, bc_flush_none);
937 bc_file_flush(&vm->ferr, bc_flush_none);
1072 if (BC_I) bc_file_flush(&vm->fout, bc_flush_save);
1758 bc_file_flush(&vm->fout, bc_flush_none);
H A Dprogram.c1008 bc_file_flush(&vm->fout, bc_flush_save); in bc_program_print()
3012 bc_file_flush(&vm->fout, bc_flush_err); in bc_program_reset()
3106 bc_file_flush(&vm->ferr, bc_flush_none); in bc_program_exec()
3234 bc_file_flush(&vm->fout, bc_flush_save); in bc_program_exec()
3391 bc_file_flush(&vm->fout, bc_flush_save); in bc_program_exec()
H A Dvector.c659 bc_file_flush(&vm->ferr, bc_flush_none); in bc_slabvec_print()
H A Dnum.c4518 bc_file_flush(&vm->ferr, bc_flush_err); in bc_num_dump()