Searched refs:bc_parse_pushIndex (Results 1 – 5 of 5) sorted by relevance
/external/bc/src/ |
D | parse.c | 53 bc_parse_pushIndex(p, bc_program_search(p->prog, name, var)); in bc_parse_pushName() 59 bc_parse_pushIndex(p, idx); in bc_parse_update()
|
D | bc_parse.c | 193 bc_parse_pushIndex(p, nparams); in bc_parse_params() 225 bc_parse_pushIndex(p, idx); in bc_parse_call() 555 bc_parse_pushIndex(p, *label); in bc_parse_endBody() 636 bc_parse_pushIndex(p, idx); in bc_parse_if() 649 bc_parse_pushIndex(p, idx); in bc_parse_else() 679 bc_parse_pushIndex(p, idx); in bc_parse_while() 728 bc_parse_pushIndex(p, exit_idx); in bc_parse_for() 730 bc_parse_pushIndex(p, body_idx); in bc_parse_for() 741 bc_parse_pushIndex(p, cond_idx); in bc_parse_for() 770 bc_parse_pushIndex(p, i); in bc_parse_loopExit()
|
D | dc_parse.c | 87 else bc_parse_pushIndex(p, SIZE_MAX); in dc_parse_cond()
|
/external/bc/include/ |
D | parse.h | 63 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx))) macro
|
/external/toybox/toys/pending/ |
D | bc.c | 2983 void bc_parse_pushIndex(BcParse *p, size_t idx) { in bc_parse_pushIndex() function 2997 bc_parse_pushIndex(p, idx); in bc_parse_addId() 3203 bc_parse_pushIndex(p, nparams); in bc_parse_params() 3231 bc_parse_pushIndex(p, in bc_parse_call() 3568 bc_parse_pushIndex(p, *label); in bc_parse_endBody() 3654 bc_parse_pushIndex(p, idx); in bc_parse_if() 3668 bc_parse_pushIndex(p, idx); in bc_parse_else() 3702 bc_parse_pushIndex(p, idx); in bc_parse_while() 3757 bc_parse_pushIndex(p, exit_idx); in bc_parse_for() 3759 bc_parse_pushIndex(p, body_idx); in bc_parse_for() [all …]
|