Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c500 #define BC_PARSE_FLAG_ELSE (1<<7) macro
501 #define BC_PARSE_ELSE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_ELSE)
512 ((f) & (BC_PARSE_FLAG_ELSE | BC_PARSE_FLAG_LOOP_INNER))
3066 uint16_t *fptr = NULL, flags = BC_PARSE_FLAG_ELSE; in bc_parse_isDelimiter()
3660 bc_parse_startBody(p, BC_PARSE_FLAG_ELSE); in bc_parse_else()