Searched refs:bc_parse_pushIndex (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 2981 void bc_parse_pushIndex(BcParse *p, size_t idx) { in bc_parse_pushIndex() function 2995 bc_parse_pushIndex(p, idx); in bc_parse_addId() 3201 bc_parse_pushIndex(p, nparams); in bc_parse_params() 3229 bc_parse_pushIndex(p, in bc_parse_call() 3566 bc_parse_pushIndex(p, *label); in bc_parse_endBody() 3641 bc_parse_pushIndex(p, idx); in bc_parse_if() 3655 bc_parse_pushIndex(p, idx); in bc_parse_else() 3689 bc_parse_pushIndex(p, idx); in bc_parse_while() 3744 bc_parse_pushIndex(p, exit_idx); in bc_parse_for() 3746 bc_parse_pushIndex(p, body_idx); in bc_parse_for() [all …]
|