Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c491 #define BC_PARSE_FLAG_LOOP (1<<4) macro
492 #define BC_PARSE_LOOP(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_LOOP)
3609 flags |= (BC_PARSE_TOP_FLAG(p) & (BC_PARSE_FLAG_FUNC | BC_PARSE_FLAG_LOOP)); in bc_parse_startBody()
3690 bc_parse_startBody(p, BC_PARSE_FLAG_LOOP | BC_PARSE_FLAG_LOOP_INNER); in bc_parse_while()
3765 if (!s) bc_parse_startBody(p, BC_PARSE_FLAG_LOOP | BC_PARSE_FLAG_LOOP_INNER); in bc_parse_for()