Searched refs:bc_parse_createExitLabel (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | bc_parse.c | 225 bc_parse_createExitLabel(BcParse* p, size_t idx, bool loop) in bc_parse_createExitLabel() function 1162 bc_parse_createExitLabel(p, idx, false); in bc_parse_if() 1189 bc_parse_createExitLabel(p, idx, false); in bc_parse_else() 1214 bc_parse_createExitLabel(p, idx, true); in bc_parse_while() 1310 bc_parse_createExitLabel(p, exit_idx, true); in bc_parse_for()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 3200 static void bc_parse_createExitLabel(BcParse *p, size_t idx, int loop) { in bc_parse_createExitLabel() function 3742 bc_parse_createExitLabel(p, idx, 0); in bc_parse_if() 3759 bc_parse_createExitLabel(p, idx, 0); in bc_parse_else() 3780 bc_parse_createExitLabel(p, idx, 1); in bc_parse_while() 3863 bc_parse_createExitLabel(p, exit_idx, 1); in bc_parse_for()
|