Searched refs:bc_file_flushErr (Results 1 – 4 of 4) sorted by relevance
110 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f, t) macro121 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f) macro179 bc_file_flushErr(BcFile* restrict f, BcFlushType type);
123 bc_file_flushErr(BcFile* restrict f, BcFlushType type) in bc_file_flushErr() function191 s = bc_file_flushErr(f, type); in bc_file_flush()
365 fout_s = bc_file_flushErr(&vm->fout, bc_flush_err);418 s = bc_file_flushErr(&vm->ferr, bc_flush_err);
3785 s = bc_file_flushErr(&vm->ferr, bc_flush_err); in bc_program_exec()