Searched refs:bc_program_operand (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | program.c | 449 bc_program_operand(BcProgram* p, BcResult** r, BcNum** n, size_t idx) in bc_program_operand() function 496 bc_program_operand(p, l, ln, idx + 1); in bc_program_binPrep() 497 bc_program_operand(p, r, rn, idx); in bc_program_binPrep() 610 bc_program_operand(p, r, n, idx); in bc_program_prep() 1240 bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 1906 bc_program_operand(p, &operand, &num, 1); in bc_program_return() 1995 bc_program_operand(p, &opd, &num, 1); in bc_program_builtin() 2201 bc_program_operand(p, &r1, &n1, 3); in bc_program_modexp() 2271 bc_program_operand(p, &r, &n, 0); in bc_program_asciify() 2384 bc_program_operand(p, &r, &n, 0); in bc_program_printStream() [all …]
|