Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dbc.c3113 static void bc_parse_createExitLabel(BcParse *p, size_t idx, int loop) { in bc_parse_createExitLabel() function
3655 bc_parse_createExitLabel(p, idx, 0); in bc_parse_if()
3672 bc_parse_createExitLabel(p, idx, 0); in bc_parse_else()
3693 bc_parse_createExitLabel(p, idx, 1); in bc_parse_while()
3776 bc_parse_createExitLabel(p, exit_idx, 1); in bc_parse_for()