Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/src/
H A Dbc_parse.c1007 static void bc_parse_startBody(BcParse *p, uint16_t flags) { in bc_parse_startBody() function
1087 bc_parse_startBody(p, BC_PARSE_FLAG_IF); in bc_parse_if()
1113 bc_parse_startBody(p, BC_PARSE_FLAG_ELSE); in bc_parse_else()
1148 bc_parse_startBody(p, BC_PARSE_FLAG_LOOP | BC_PARSE_FLAG_LOOP_INNER); in bc_parse_while()
1239 bc_parse_startBody(p, BC_PARSE_FLAG_LOOP | BC_PARSE_FLAG_LOOP_INNER); in bc_parse_for()
1401 bc_parse_startBody(p, flags); in bc_parse_func()
1572 bc_parse_startBody(p, BC_PARSE_FLAG_BRACE); in bc_parse_stmt()