Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3102 static void bc_parse_createLabel(BcParse *p, size_t idx) { in bc_parse_createLabel() function
3107 bc_parse_createLabel(p, p->func->code.len); in bc_parse_createCondLabel()
3120 bc_parse_createLabel(p, SIZE_MAX); in bc_parse_createExitLabel()
3722 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for()
3761 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for()