Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDfile.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);
HDstatus.h1002 bc_file_flush(&vm->ferr, bc_flush_none); \
1017 bc_file_flush(&vm->ferr, bc_flush_none); \
HDhistory.h253 bc_file_flush(&bc_history_debug_fp); \
HDprogram.h480 bc_file_flush(&vm->ferr, bc_flush_none); \
/freebsd-14-stable/contrib/bc/src/
HDfile.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()
HDhistory.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()
HDread.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()
HDvm.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);
HDprogram.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()
HDvector.c659 bc_file_flush(&vm->ferr, bc_flush_none); in bc_slabvec_print()
HDnum.c4518 bc_file_flush(&vm->ferr, bc_flush_err); in bc_num_dump()