Searched refs:bc_program_operand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/bc/src/ |
| H A D | program.c | 409 static void bc_program_operand(BcProgram *p, BcResult **r, in bc_program_operand() function 453 bc_program_operand(p, l, ln, idx + 1); in bc_program_binPrep() 454 bc_program_operand(p, r, rn, idx); in bc_program_binPrep() 558 bc_program_operand(p, r, n, idx); in bc_program_prep() 1128 bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 1749 bc_program_operand(p, &operand, &num, 1); in bc_program_return() 1831 bc_program_operand(p, &opd, &num, 1); in bc_program_builtin() 1986 bc_program_operand(p, &r1, &n1, 3); in bc_program_modexp() 2072 bc_program_operand(p, &r, &n, 0); in bc_program_asciify() 2120 bc_program_operand(p, &r, &n, 0); in bc_program_printStream() [all …]
|