Searched refs:bc_program_operand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/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() 1226 bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 1890 bc_program_operand(p, &operand, &num, 1); in bc_program_return() 1977 bc_program_operand(p, &opd, &num, 1); in bc_program_builtin() 2180 bc_program_operand(p, &r1, &n1, 3); in bc_program_modexp() 2250 bc_program_operand(p, &r, &n, 0); in bc_program_asciify() 2363 bc_program_operand(p, &r, &n, 0); in bc_program_printStream() [all …]
|