Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/src/
H A Dprogram.c789 static void bc_program_printChars(const char *str) { in bc_program_printChars() function
927 if (inst == BC_INST_PRINT_STR) bc_program_printChars(str); in bc_program_print()
2126 else bc_program_printChars(bc_program_string(p, n)); in bc_program_printStream()