Searched refs:exit_idx (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | bc_parse.c | 685 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local 703 exit_idx = body_idx + 1; in bc_parse_for() 728 bc_parse_pushIndex(p, exit_idx); in bc_parse_for() 744 bc_parse_createExitLabel(p, exit_idx, true); in bc_parse_for()
|
/external/toybox/toys/pending/ |
D | bc.c | 3711 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local 3733 exit_idx = body_idx + 1; in bc_parse_for() 3757 bc_parse_pushIndex(p, exit_idx); in bc_parse_for() 3776 bc_parse_createExitLabel(p, exit_idx, 1); in bc_parse_for()
|