Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dbc_parse.c1234 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local
1256 body_idx = update_idx + 1; in bc_parse_for()
1257 exit_idx = body_idx + 1; in bc_parse_for()
1292 bc_parse_pushIndex(p, body_idx); in bc_parse_for()