Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c497 #define BC_PARSE_FLAG_IF (1<<6) macro
498 #define BC_PARSE_IF(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF)
3075 good = ((flags & BC_PARSE_FLAG_IF) != 0); in bc_parse_isDelimiter()
3643 bc_parse_startBody(p, BC_PARSE_FLAG_IF); in bc_parse_if()