Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c421 #define BC_PARSE_NOCALL (1<<2) macro
3284 if (flags & BC_PARSE_NOCALL) { in bc_parse_name()
3406 s = bc_parse_name(p, prev, flags | BC_PARSE_NOCALL); in bc_parse_incdec()
4300 s = bc_parse_name(p, &prev, flags & ~BC_PARSE_NOCALL); in bc_parse_expr_err()