Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/src/
H A Dfile.c243 bc_file_write(f, bc_flush_none, ptr, len); in bc_file_vprintf()
254 bc_file_putchar(f, bc_flush_none, uc); in bc_file_vprintf()
260 bc_file_puts(f, bc_flush_none, s); in bc_file_vprintf()
270 bc_file_putchar(f, bc_flush_none, '-'); in bc_file_vprintf()
275 if (!d) bc_file_putchar(f, bc_flush_none, '0'); in bc_file_vprintf()
278 bc_file_puts(f, bc_flush_none, buf); in bc_file_vprintf()
295 if (!ull) bc_file_putchar(f, bc_flush_none, '0'); in bc_file_vprintf()
298 bc_file_puts(f, bc_flush_none, buf); in bc_file_vprintf()
308 if (ptr[0]) bc_file_puts(f, bc_flush_none, ptr); in bc_file_vprintf()
343 bc_file_flush(f, bc_flush_none); in bc_file_free()
H A Dvm.c84 bc_file_puts(&vm.ferr, bc_flush_none, f);
85 bc_file_putchar(&vm.ferr, bc_flush_none, '\n');
86 bc_file_flush(&vm.ferr, bc_flush_none);
168 bc_file_puts(&vm.fout, bc_flush_none, vm.name);
169 bc_file_putchar(&vm.fout, bc_flush_none, ' ');
171 bc_file_putchar(&vm.fout, bc_flush_none, '\n');
216 bc_file_flush(&vm.fout, bc_flush_none);
292 bc_file_putchar(&vm.ferr, bc_flush_none, ' ');
708 bc_file_puts(&vm.ferr, bc_flush_none, msg);
710 bc_file_flush(&vm.ferr, bc_flush_none);
[all …]
H A Dhistory.c628 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_cursorPos()
681 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_columns()
688 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_columns()
739 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_refresh()
756 bc_file_write(&vm.fout, bc_flush_none, "\r", 1); in bc_history_refresh()
790 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_refresh()
828 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_edit_insert()
1439 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_edit()
1665 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_line()
1810 bc_vm_putchar('\r', bc_flush_none); in bc_history_printKeyCodes()
[all …]
H A Dread.c138 bc_file_puts(&vm.fout, bc_flush_none, prompt); in bc_read_chars()
139 bc_file_flush(&vm.fout, bc_flush_none); in bc_read_chars()
176 bc_file_puts(&vm.fout, bc_flush_none, bc_program_ready_msg); in bc_read_chars()
177 if (BC_PROMPT) bc_file_puts(&vm.fout, bc_flush_none, prompt); in bc_read_chars()
178 bc_file_flush(&vm.fout, bc_flush_none); in bc_read_chars()
H A Dvector.c582 bc_file_puts(&vm.ferr, bc_flush_none, "\n"); in bc_slabvec_print()
583 bc_file_flush(&vm.ferr, bc_flush_none); in bc_slabvec_print()
H A Ddata.c317 const BcFlushType bc_flush_none = BC_FLUSH_NO_EXTRAS_NO_CLEAR; variable
H A Dnum.c2370 bc_vm_putchar('\\', bc_flush_none); in bc_num_printNewline()
3868 bc_file_puts(&vm.fout, bc_flush_none, name); in bc_num_printDebug()
3869 bc_file_puts(&vm.fout, bc_flush_none, ": "); in bc_num_printDebug()
3889 bc_file_puts(&vm.fout, bc_flush_none, name); in bc_num_printWithDigs()
3905 bc_file_puts(&vm.ferr, bc_flush_none, ". "); in bc_num_dump()
H A Dprogram.c2666 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_program_reset()
2736 bc_file_flush(&vm.ferr, bc_flush_none); in bc_program_exec()
/freebsd-13.1/contrib/bc/include/
H A Dstatus.h781 bc_file_puts(&vm.ferr, bc_flush_none, " "); \
785 bc_file_flush(&vm.ferr, bc_flush_none); \
795 bc_file_puts(&vm.ferr, bc_flush_none, " "); \
798 bc_file_flush(&vm.ferr, bc_flush_none); \
H A Dfile.h171 extern const BcFlushType bc_flush_none;
H A Dprogram.h413 bc_file_flush(&vm.ferr, bc_flush_none); \