Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/src/
H A Dbc_parse.c204 bc_parse_createCondLabel(BcParse* p, size_t idx) in bc_parse_createCondLabel() function
1212 bc_parse_createCondLabel(p, p->func->labels.len); in bc_parse_while()
1295 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c3195 static void bc_parse_createCondLabel(BcParse *p, size_t idx) { in bc_parse_createCondLabel() function
3776 bc_parse_createCondLabel(p, p->func->labels.len); in bc_parse_while()
3848 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()