Searched refs:bc_parse_next_rel (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 764 BcParseNext bc_parse_next_rel = BC_PARSE_NEXT(1, BC_LEX_RPAREN); variable 3337 s = bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin() 3367 s = bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale() 3631 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_if() 3682 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_while() 3751 s = bc_parse_expr_status(p, 0, bc_parse_next_rel); in bc_parse_for()
|