Home
last modified time | relevance | path

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

/external/bc/src/
Ddata.c1353 const char bc_program_ready_msg[] = "ready for more input\n"; variable
1356 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
Dread.c195 bc_program_ready_msg); in bc_read_chars()
Dhistory.c1882 bc_file_write(&vm->fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
Dprogram.c2997 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset()
/external/bc/include/
Dprogram.h458 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()