Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c476 #define BC_PARSE_TOP_FLAG_PTR(p) ((uint16_t*) bc_vec_top(&(p)->flags)) macro
477 #define BC_PARSE_TOP_FLAG(p) (*(BC_PARSE_TOP_FLAG_PTR(p)))
3591 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_IF_END; in bc_parse_endBody()
3615 uint16_t *flag_ptr = BC_PARSE_TOP_FLAG_PTR(p); in bc_parse_noElse()
3951 uint16_t *flag_ptr = BC_PARSE_TOP_FLAG_PTR(p); in bc_parse_body()
4007 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_BRACE; in bc_parse_stmt()