Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/src/
H A Ddata.c1310 const char bc_program_ready_msg[] = "ready for more input\n"; variable
1313 const size_t bc_program_ready_msg_len = sizeof(bc_program_ready_msg) - 1;
H A Dread.c176 bc_file_puts(&vm.fout, bc_flush_none, bc_program_ready_msg); in bc_read_chars()
H A Dhistory.c1491 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_history_edit()
H A Dprogram.c2666 bc_file_write(&vm.fout, bc_flush_none, bc_program_ready_msg, in bc_program_reset()
/freebsd-13.1/contrib/bc/include/
H A Dprogram.h393 extern const char bc_program_ready_msg[];