Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c116 static void bc_parse_createCondLabel(BcParse *p, size_t idx) { in bc_parse_createCondLabel() function
669 bc_parse_createCondLabel(p, p->func->labels.len); in bc_parse_while()
732 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()
/external/toybox/toys/pending/
Dbc.c3108 static void bc_parse_createCondLabel(BcParse *p, size_t idx) { in bc_parse_createCondLabel() function
3689 bc_parse_createCondLabel(p, p->func->labels.len); in bc_parse_while()
3761 bc_parse_createCondLabel(p, update_idx); in bc_parse_for()