Lines Matching refs:bc_vec_pop
139 #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()
4403 bc_vec_pop(&p->ops); in bc_parse_expr_err()
4676 bc_vec_pop(&p->results); in bc_program_binOpRetire()
4677 bc_vec_pop(&p->results); in bc_program_binOpRetire()
4693 bc_vec_pop(&p->results); in bc_program_retire()
4847 if (!s && pop) bc_vec_pop(&p->results); in bc_program_print()
4983 bc_vec_pop(&p->results); in bc_program_copyToVar()
5114 bc_vec_pop(&p->results); in bc_program_incdec()
5215 bc_vec_pop(v); in bc_program_return()
5220 bc_vec_pop(&p->stack); in bc_program_return()
5413 bc_vec_pop(&p->results); in bc_program_exec()
5520 bc_vec_pop(&p->results); in bc_program_exec()