Home
last modified time | relevance | path

Searched refs:bc_program_string (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/bc/src/
H A Dprogram.c114 bc_program_string(BcProgram* p, const BcNum* n) in bc_program_string() function
1009 str = bc_program_string(p, n); in bc_program_print()
2080 str = bc_program_string(p, num); in bc_program_builtin()
2288 temp_str[i] = (bc_program_string(p, num))[0]; in bc_program_asciify()
2316 str2 = bc_program_string(p, n); in bc_program_asciify()
2369 else bc_program_printChars(bc_program_string(p, n)); in bc_program_printStream()
2561 str = bc_program_string(p, n); in bc_program_execStr()