Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c503 #define BC_PARSE_FLAG_IF_END (1<<8) macro
504 #define BC_PARSE_IF_END(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF_END)
3591 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_IF_END; in bc_parse_endBody()
3616 *flag_ptr = (*flag_ptr & ~(BC_PARSE_FLAG_IF_END)); in bc_parse_noElse()