Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3111 static void bc_parse_createExitLabel(BcParse *p, size_t idx, int loop) { in bc_parse_createExitLabel() function
3642 bc_parse_createExitLabel(p, idx, 0); in bc_parse_if()
3659 bc_parse_createExitLabel(p, idx, 0); in bc_parse_else()
3680 bc_parse_createExitLabel(p, idx, 1); in bc_parse_while()
3763 bc_parse_createExitLabel(p, exit_idx, 1); in bc_parse_for()