Home
last modified time | relevance | path

Searched refs:update_idx (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dbc_parse.c1234 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local
1255 update_idx = cond_idx + 1; in bc_parse_for()
1256 body_idx = update_idx + 1; in bc_parse_for()
1295 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()
/external/toybox/toys/pending/
Dbc.c3716 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local
3736 update_idx = cond_idx + 1; in bc_parse_for()
3737 body_idx = update_idx + 1; in bc_parse_for()
3766 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()