Searched refs:bc_program_operand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/bc/src/ |
| D | program.c | 408 static void bc_program_operand(BcProgram *p, BcResult **r, in bc_program_operand() function 452 bc_program_operand(p, l, ln, idx + 1); in bc_program_binPrep() 453 bc_program_operand(p, r, rn, idx); in bc_program_binPrep() 557 bc_program_operand(p, r, n, idx); in bc_program_prep() 1113 bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 1734 bc_program_operand(p, &operand, &num, 1); in bc_program_return() 1812 bc_program_operand(p, &opd, &num, 1); in bc_program_builtin() 1967 bc_program_operand(p, &r1, &n1, 3); in bc_program_modexp() 2053 bc_program_operand(p, &r, &n, 0); in bc_program_asciify() 2101 bc_program_operand(p, &r, &n, 0); in bc_program_printStream() [all …]
|