Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A 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;
H A Dread.c195 bc_program_ready_msg); in bc_read_chars()
H A Dhistory.c1882 bc_file_write(&vm->fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
H A Dprogram.c3006 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset()
/freebsd/contrib/bc/include/
H A Dprogram.h458 extern const char bc_program_ready_msg[];