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.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_puts()
406 if (ptr[0]) bc_file_puts(f, bc_flush_none, ptr);
486 bc_file_flush(f, bc_flush_none);
[all...]
H A Dhistory.c929 bc_file_write(&vm->fout, bc_flush_none, "\x1b[6n", 4); in bc_history_cursorPos()
930 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_cursorPos()
985 bc_file_write(&vm->fout, bc_flush_none, "\x1b[999C", 6); in bc_history_columns()
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()
1071 bc_file_write(&vm->fout, bc_flush_none, "\r", 1); in bc_history_refresh()
1084 bc_file_write(&vm->fout, bc_flush_none, h->extras.v, extras_len); in bc_history_refresh()
1088 if (BC_PROMPT) bc_file_write(&vm->fout, bc_flush_none, h->prompt, h->plen); in bc_history_refresh()
1090 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);
264 bc_file_putchar(&vm->fout, bc_flush_none, '\n');
308 bc_file_flush(&vm->fout, bc_flush_none);
396 bc_file_putchar(&vm->ferr, bc_flush_none, '\n');
397 bc_file_puts(&vm->ferr, bc_flush_none, err_type);
398 bc_file_putchar(&vm->ferr, bc_flush_none, ' ');
409 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()
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/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); \