Searched refs:bc_program_ready_msg (Results 1 – 5 of 5) sorted by relevance
1310 const char bc_program_ready_msg[] = "ready for more input\n"; variable1313 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
176 bc_file_puts(&vm.fout, bc_flush_none, bc_program_ready_msg); in bc_read_chars()
1491 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
2666 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_program_reset()
393 extern const char bc_program_ready_msg[];