Lines Matching refs:bc_file_write
919 bc_file_write(&vm->fout, bc_flush_none, "\x1b[6n", 4); in bc_history_cursorPos()
975 bc_file_write(&vm->fout, bc_flush_none, "\x1b[999C", 6); in bc_history_columns()
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()
1083 bc_file_write(&vm->fout, bc_flush_none, "\x1b[0K", 4); in bc_history_refresh()
1135 bc_file_write(&vm->fout, bc_flush_none, cbuf, clen); in bc_history_edit_insert()
1798 bc_file_write(&vm->fout, bc_flush_none, newline, sizeof(newline) - 1); in bc_history_printCtrl()
1830 bc_file_write(&vm->fout, bc_flush_none, prompt, h->plen); in bc_history_edit()
1882 bc_file_write(&vm->fout, bc_flush_none, vm->sigmsg, vm->siglen); in bc_history_edit()
1883 bc_file_write(&vm->fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
1989 bc_file_write(&vm->fout, bc_flush_none, "\x1b[H\x1b[2J", 7); in bc_history_edit()
2067 bc_file_write(&vm->fout, bc_flush_none, "\n", 1); in bc_history_line()