Searched refs:bc_file_flush (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/contrib/bc/include/ |
| HD | file.h | 111 #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);
|
| HD | status.h | 1002 bc_file_flush(&vm->ferr, bc_flush_none); \ 1017 bc_file_flush(&vm->ferr, bc_flush_none); \
|
| HD | history.h | 253 bc_file_flush(&bc_history_debug_fp); \
|
| HD | program.h | 480 bc_file_flush(&vm->ferr, bc_flush_none); \
|
| /freebsd-14-stable/contrib/bc/src/ |
| HD | file.c | 184 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()
|
| HD | history.c | 930 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()
|
| HD | read.c | 147 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()
|
| HD | vm.c | 104 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);
|
| HD | program.c | 1008 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()
|
| HD | vector.c | 659 bc_file_flush(&vm->ferr, bc_flush_none); in bc_slabvec_print()
|
| HD | num.c | 4518 bc_file_flush(&vm->ferr, bc_flush_err); in bc_num_dump()
|