Searched refs:bc_program_prep (Results 1 – 1 of 1) sorted by relevance
| /third_party/toybox/toys/pending/ |
| D | bc.c | 4696 static BcStatus bc_program_prep(BcProgram *p, BcResult **r, BcNum **n) { in bc_program_prep() function 4884 s = bc_program_prep(p, &ptr, &num); in bc_program_unary() 5089 s = bc_program_prep(p, &operand, &num); in bc_program_pushArray() 5115 s = bc_program_prep(p, &ptr, &num); in bc_program_incdec() 5426 s = bc_program_prep(p, &ptr, &num); in bc_program_exec()
|