Searched refs:bc_parse_createLabel (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | bc_parse.c | 112 static void bc_parse_createLabel(BcParse *p, size_t idx) { in bc_parse_createLabel() function 117 bc_parse_createLabel(p, p->func->code.len); in bc_parse_createCondLabel() 132 bc_parse_createLabel(p, SIZE_MAX); in bc_parse_createExitLabel() 705 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for() 742 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for()
|
/external/toybox/toys/pending/ |
D | bc.c | 3104 static void bc_parse_createLabel(BcParse *p, size_t idx) { in bc_parse_createLabel() function 3109 bc_parse_createLabel(p, p->func->code.len); in bc_parse_createCondLabel() 3122 bc_parse_createLabel(p, SIZE_MAX); in bc_parse_createExitLabel() 3735 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for() 3774 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for()
|