Lines Matching refs:bc_flush_none
508 bc_file_write(&vm.fout, bc_flush_none, "\x1b[6n", 4); in bc_history_cursorPos()
509 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_cursorPos()
559 bc_file_write(&vm.fout, bc_flush_none, "\x1b[999C", 6); in bc_history_columns()
560 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_columns()
567 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_columns()
635 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_refresh()
650 bc_file_write(&vm.fout, bc_flush_none, "\r", 1); in bc_history_refresh()
656 bc_file_write(&vm.fout, bc_flush_none, h->extras.v, h->extras.len - 1); in bc_history_refresh()
662 bc_file_write(&vm.fout, bc_flush_none, h->prompt, h->plen); in bc_history_refresh()
665 bc_file_write(&vm.fout, bc_flush_none, buf, BC_HIST_BUF_LEN(h)); in bc_history_refresh()
668 bc_file_write(&vm.fout, bc_flush_none, "\x1b[0K", 4); in bc_history_refresh()
675 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_refresh()
704 bc_file_write(&vm.fout, bc_flush_none, cbuf, clen); in bc_history_edit_insert()
705 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_edit_insert()
1113 bc_file_write(&vm.fout, bc_flush_none, newline, sizeof(newline) - 1); in bc_history_printCtrl()
1139 bc_file_write(&vm.fout, bc_flush_none, prompt, h->plen); in bc_history_edit()
1140 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_edit()
1174 bc_file_write(&vm.fout, bc_flush_none, vm.sigmsg, vm.siglen); in bc_history_edit()
1175 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
1270 bc_file_write(&vm.fout, bc_flush_none, "\x1b[H\x1b[2J", 7); in bc_history_edit()
1318 bc_file_write(&vm.fout, bc_flush_none, "\n", 1); in bc_history_raw()
1319 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_raw()
1457 bc_vm_putchar('\r', bc_flush_none); in bc_history_printKeyCodes()
1458 bc_file_flush(&vm.fout, bc_flush_none); in bc_history_printKeyCodes()