Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c139 #define bc_vec_pop(v) (bc_vec_npop((v), 1)) macro
3099 bc_vec_pop(&p->exits); in bc_parse_setLabel()
3149 bc_vec_pop(&p->ops); in bc_parse_operator()
3166 bc_vec_pop(&p->ops); in bc_parse_rightParen()
3172 bc_vec_pop(&p->ops); in bc_parse_rightParen()
3568 bc_vec_pop(&p->conds); in bc_parse_endBody()
3572 bc_vec_pop(&p->flags); in bc_parse_endBody()
3578 bc_vec_pop(&p->flags); in bc_parse_endBody()
3580 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()
3590 bc_vec_pop(&p->flags); in bc_parse_endBody()
[all …]