Home
last modified time | relevance | path

Searched refs:bc_program_ready_msg (Results 1 – 6 of 6) sorted by relevance

/external/bc/src/
Ddata.c1297 const char bc_program_ready_msg[] = "ready for more input\n"; variable
1300 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
Dread.c176 bc_file_puts(&vm.fout, bc_flush_none, bc_program_ready_msg); in bc_read_chars()
Dhistory.c1442 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
Dprogram.c2611 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_program_reset()
/external/bc/include/
Dprogram.h393 extern const char bc_program_ready_msg[];
/external/toybox/toys/pending/
Dbc.c792 char bc_program_ready_msg[] = "ready for more input\n"; variable
1055 fputs(bc_program_ready_msg, stderr); in bc_read_chars()
5402 fputs(bc_program_ready_msg, stderr); in bc_program_reset()