Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c180 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_params()
259 uint8_t flags2 = (flags & ~(BC_PARSE_PRINT | BC_PARSE_REL)) | in bc_parse_name()
321 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_builtin()
350 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_scale()
620 uint8_t flags = (BC_PARSE_REL | BC_PARSE_NEEDVAL); in bc_parse_if()
662 uint8_t flags = (BC_PARSE_REL | BC_PARSE_NEEDVAL); in bc_parse_while()
708 uint8_t flags = (BC_PARSE_REL | BC_PARSE_NEEDVAL); in bc_parse_for()
1471 if (!(flags & BC_PARSE_REL) && nrelops) in bc_parse_expr_err()
1473 else if ((flags & BC_PARSE_REL) && nrelops > 1) in bc_parse_expr_err()
/external/bc/include/
Dparse.h48 #define BC_PARSE_REL (UINTMAX_C(1)<<0) macro
/external/toybox/toys/pending/
Dbc.c419 #define BC_PARSE_REL (1<<0) macro
3190 flags = (flags & ~(BC_PARSE_PRINT | BC_PARSE_REL)) | BC_PARSE_ARRAY; in bc_parse_params()
3268 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_name()
3336 flags = (flags & ~(BC_PARSE_PRINT | BC_PARSE_REL)); in bc_parse_builtin()
3364 flags &= ~(BC_PARSE_PRINT | BC_PARSE_REL); in bc_parse_scale()
3644 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_if()
3695 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_rel); in bc_parse_while()
3738 s = bc_parse_expr_status(p, BC_PARSE_REL, bc_parse_next_for); in bc_parse_for()
4427 if (!(flags & BC_PARSE_REL) && nrelops) { in bc_parse_expr_err()
4431 else if ((flags & BC_PARSE_REL) && nrelops > 1) { in bc_parse_expr_err()