Searched refs:bc_program_operand (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 4606 static BcStatus bc_program_operand(BcProgram *p, BcResult **r, in bc_program_operand() function 4621 s = bc_program_operand(p, l, ln, 1); in bc_program_binPrep() 4623 s = bc_program_operand(p, r, rn, 0); in bc_program_binPrep() 4685 s = bc_program_operand(p, r, n, 0); in bc_program_prep() 4964 else s = bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 5200 s = bc_program_operand(p, &operand, &num, 0); in bc_program_return() 5248 s = bc_program_operand(p, &opnd, &num, 0); in bc_program_builtin()
|