Lines Matching refs:bc_flush_none
929 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()
1093 bc_file_write(&vm->fout, bc_flush_none, "\x1b[0K", 4); 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()
1145 bc_file_write(&vm->fout, bc_flush_none, cbuf, clen); in bc_history_edit_insert()
1146 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_edit_insert()
1808 bc_file_write(&vm->fout, bc_flush_none, newline, sizeof(newline) - 1); in bc_history_printCtrl()
1840 bc_file_write(&vm->fout, bc_flush_none, prompt, h->plen); in bc_history_edit()
1841 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_edit()
1892 bc_file_write(&vm->fout, bc_flush_none, vm->sigmsg, vm->siglen); in bc_history_edit()
1893 bc_file_write(&vm->fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
1999 bc_file_write(&vm->fout, bc_flush_none, "\x1b[H\x1b[2J", 7); in bc_history_edit()
2077 bc_file_write(&vm->fout, bc_flush_none, "\n", 1); in bc_history_line()
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()
2247 bc_file_flush(&vm->fout, bc_flush_none); in bc_history_printKeyCodes()