Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dfile.c339 bc_file_write(f, bc_flush_none, ptr, len); in bc_file_vprintf()
350 bc_file_putchar(f, bc_flush_none, uc); in bc_file_vprintf()
356 bc_file_puts(f, bc_flush_none, s); in bc_file_vprintf()
367 bc_file_putchar(f, bc_flush_none, '-'); in bc_file_vprintf()
372 if (!d) bc_file_putchar(f, bc_flush_none, '0'); in bc_file_vprintf()
376 bc_file_puts(f, bc_flush_none, buf); in bc_file_vprintf()
393 if (!ull) bc_file_putchar(f, bc_flush_none, '0'); in bc_file_vprintf()
397 bc_file_puts(f, bc_flush_none, buf); in bc_file_vprintf()
407 if (ptr[0]) bc_file_puts(f, bc_flush_none, ptr); in bc_file_vprintf()
487 bc_file_flush(f, bc_flush_none); in bc_file_free()
H A Dhistory.c919 bc_file_write(&vm->fout, bc_flush_none, "\x1b[6n", 4); in bc_history_cursorPos()
920 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_cursorPos()
975 bc_file_write(&vm->fout, bc_flush_none, "\x1b[999C", 6); in bc_history_columns()
976 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_columns()
984 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_columns()
1042 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_refresh()
1061 bc_file_write(&vm->fout, bc_flush_none, "\r", 1); in bc_history_refresh()
1074 bc_file_write(&vm->fout, bc_flush_none, h->extras.v, extras_len); in bc_history_refresh()
1078 if (BC_PROMPT) bc_file_write(&vm->fout, bc_flush_none, h->prompt, h->plen); in bc_history_refresh()
1080 bc_file_write(&vm->fout, bc_flush_none, h->buf.v, len - extras_len); in bc_history_refresh()
[all …]
H A Dvm.c101 bc_file_puts(&vm->ferr, bc_flush_none, "Longjmp: ");
102 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);
239 bc_file_putchar(&vm->fout, bc_flush_none, '\n');
283 bc_file_flush(&vm->fout, bc_flush_none);
371 bc_file_putchar(&vm->ferr, bc_flush_none, '\n');
372 bc_file_puts(&vm->ferr, bc_flush_none, err_type);
373 bc_file_putchar(&vm->ferr, bc_flush_none, ' ');
384 bc_file_puts(&vm->ferr, bc_flush_none, "\n ");
[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()
185 bc_file_puts(&vm->fout, bc_flush_none, bc_program_ready_msg); in bc_read_chars()
188 bc_file_puts(&vm->fout, bc_flush_none, prompt); in bc_read_chars()
190 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.c2982 bc_file_puts(&vm->ferr, bc_flush_none, " "); in bc_program_printStackTrace()
2986 bc_file_putchar(&vm->ferr, bc_flush_none, ' '); in bc_program_printStackTrace()
2994 bc_file_puts(&vm->ferr, bc_flush_none, "()"); in bc_program_printStackTrace()
2998 bc_file_putchar(&vm->ferr, bc_flush_none, '\n'); in bc_program_printStackTrace()
3145 bc_file_flush(&vm->ferr, bc_flush_none); in bc_program_exec()
3781 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.c2721 bc_vm_putchar('\\', bc_flush_none); in bc_num_printNewline()
4448 bc_file_puts(&vm->fout, bc_flush_none, name); in bc_num_printDebug()
4449 bc_file_puts(&vm->fout, bc_flush_none, ": "); in bc_num_printDebug()
4474 bc_file_puts(&vm->fout, bc_flush_none, name); in bc_num_printWithDigs()
4492 bc_file_puts(&vm->ferr, bc_flush_none, ". "); in bc_num_dump()
/freebsd/contrib/bc/include/
H A Dstatus.h993 bc_file_puts(&vm->ferr, bc_flush_none, " "); \
997 bc_file_flush(&vm->ferr, bc_flush_none); \
1009 bc_file_puts(&vm->ferr, bc_flush_none, " "); \
1012 bc_file_flush(&vm->ferr, bc_flush_none); \
H A Dfile.h227 extern const BcFlushType bc_flush_none;
H A Dprogram.h488 bc_file_flush(&vm->ferr, bc_flush_none); \