Home
last modified time | relevance | path

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

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