Home
last modified time | relevance | path

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

/external/bc/src/
Ddata.c1026 const char bc_program_ready_msg[] = "ready for more input\n"; variable
1027 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
Dhistory.c1175 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
Dprogram.c1815 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_program_reset()
/external/bc/include/
Dprogram.h182 extern const char bc_program_ready_msg[];
/external/toybox/toys/pending/
Dbc.c787 char bc_program_ready_msg[] = "ready for more input\n"; variable
1050 fputs(bc_program_ready_msg, stderr); in bc_read_chars()
5397 fputs(bc_program_ready_msg, stderr); in bc_program_reset()