Searched refs:bc_program_ready_msg (Results 1 – 6 of 6) sorted by relevance
1353 const char bc_program_ready_msg[] = "ready for more input\n"; variable1356 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
195 bc_program_ready_msg); in bc_read_chars()
1882 bc_file_write(&vm->fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
2997 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset()
458 extern const char bc_program_ready_msg[];
792 char bc_program_ready_msg[] = "ready for more input\n"; variable1055 fputs(bc_program_ready_msg, stderr); in bc_read_chars()5402 fputs(bc_program_ready_msg, stderr); in bc_program_reset()