Home
last modified time | relevance | path

Searched refs:bc_program_printChars (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/bc/src/
H A Dprogram.c865 bc_program_printChars(const char* str) in bc_program_printChars() function
1012 if (inst == BC_INST_PRINT_STR) bc_program_printChars(str); in bc_program_print()
2369 else bc_program_printChars(bc_program_string(p, n)); in bc_program_printStream()