Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/src/
H A Dfile.c338 bc_file_write(f, bc_flush_none, ptr, len); in bc_file_vprintf()
349 bc_file_putchar(f, bc_flush_none, uc); in bc_file_vprintf()
355 bc_file_puts(f, bc_flush_none, s); in bc_file_vprintf()
366 bc_file_putchar(f, bc_flush_none, '-'); in bc_file_vprintf()
371 if (!d) bc_file_putchar(f, bc_flush_none, '0'); in bc_file_vprintf()
375 bc_file_puts(f, bc_flush_none, buf); in bc_file_vprintf()
392 if (!ull) bc_file_putchar(f, bc_flush_none, '0'); in bc_file_vprintf()
396 bc_file_puts(f, bc_flush_none, buf); in bc_file_vprintf()
406 if (ptr[0]) bc_file_puts(f, bc_flush_none, ptr); in bc_file_vprintf()
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()
1101 bc_file_putchar(&vm->fout, bc_flush_none, '\r'); 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()
2246 bc_vm_putchar('\r', bc_flush_none); in bc_history_printKeyCodes()
[all …]
H A Dvm.c102 bc_file_puts(&vm->ferr, bc_flush_none, f);
103 bc_file_putchar(&vm->ferr, bc_flush_none, '\n');
104 bc_file_flush(&vm->ferr, bc_flush_none);
308 bc_file_flush(&vm->fout, bc_flush_none);
398 bc_file_putchar(&vm->ferr, bc_flush_none, ' ');
429 bc_file_puts(&vm->ferr, bc_flush_none, "\n");
436 bc_file_puts(&vm->ferr, bc_flush_none,
439 bc_file_puts(&vm->ferr, bc_flush_none,
935 bc_file_puts(&vm->ferr, bc_flush_none, msg);
937 bc_file_flush(&vm->ferr, bc_flush_none);
[all …]
H A Dread.c146 bc_file_puts(&vm->fout, bc_flush_none, prompt); in bc_read_chars()
147 bc_file_flush(&vm->fout, bc_flush_none); in bc_read_chars()
194 bc_file_puts(&vm->fout, bc_flush_none, in bc_read_chars()
198 bc_file_puts(&vm->fout, bc_flush_none, prompt); in bc_read_chars()
200 bc_file_flush(&vm->fout, bc_flush_none); in bc_read_chars()
H A Dvector.c658 bc_file_puts(&vm->ferr, bc_flush_none, "\n"); in bc_slabvec_print()
659 bc_file_flush(&vm->ferr, bc_flush_none); in bc_slabvec_print()
H A Dprogram.c2952 bc_file_puts(&vm->ferr, bc_flush_none, " "); in bc_program_printStackTrace()
2956 bc_file_putchar(&vm->ferr, bc_flush_none, ' '); in bc_program_printStackTrace()
2964 bc_file_puts(&vm->ferr, bc_flush_none, "()"); in bc_program_printStackTrace()
2968 bc_file_putchar(&vm->ferr, bc_flush_none, '\n'); in bc_program_printStackTrace()
3106 bc_file_flush(&vm->ferr, bc_flush_none); in bc_program_exec()
3742 bc_file_putchar(&vm->ferr, bc_flush_none, '\n'); in bc_program_exec()
H A Ddata.c399 const BcFlushType bc_flush_none = BC_FLUSH_NO_EXTRAS_NO_CLEAR; variable
H A Dnum.c2720 bc_vm_putchar('\\', bc_flush_none); in bc_num_printNewline()
4447 bc_file_puts(&vm->fout, bc_flush_none, name); in bc_num_printDebug()
4448 bc_file_puts(&vm->fout, bc_flush_none, ": "); in bc_num_printDebug()
4473 bc_file_puts(&vm->fout, bc_flush_none, name); in bc_num_printWithDigs()
4491 bc_file_puts(&vm->ferr, bc_flush_none, ". "); in bc_num_dump()
/freebsd-14.2/contrib/bc/include/
H A Dstatus.h998 bc_file_puts(&vm->ferr, bc_flush_none, " "); \
1002 bc_file_flush(&vm->ferr, bc_flush_none); \
1014 bc_file_puts(&vm->ferr, bc_flush_none, " "); \
1017 bc_file_flush(&vm->ferr, bc_flush_none); \
H A Dfile.h227 extern const BcFlushType bc_flush_none;
H A Dprogram.h480 bc_file_flush(&vm->ferr, bc_flush_none); \