Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/src/
H A Ddata.c1412 const char bc_program_ready_msg[] = "ready for more input\n"; variable
1415 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
H A Dread.c195 bc_program_ready_msg); in bc_read_chars()
H A Dhistory.c1893 bc_file_write(&vm->fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
H A Dprogram.c3011 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset()
/aosp_15_r20/external/bc/include/
H A Dprogram.h458 extern const char bc_program_ready_msg[];
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c789 char bc_program_ready_msg[] = "ready for more input\n"; variable
1137 fputs(bc_program_ready_msg, stderr); in bc_read_chars()
5484 fputs(bc_program_ready_msg, stderr); in bc_program_reset()