Searched refs:bc_vec_pop (Results 1 – 10 of 10) sorted by relevance
585 bc_vec_pop(&p->results); in bc_program_print()614 if (BC_IS_BC || pop) bc_vec_pop(&p->results); in bc_program_print()739 if (!push) bc_vec_pop(v); in bc_program_assignStr()832 bc_vec_pop(&p->results); in bc_program_copyToVar()845 bc_vec_pop(&p->results); in bc_program_copyToVar()974 if (!copy) bc_vec_pop(v); in bc_program_pushVar()987 if (!copy) bc_vec_pop(v); in bc_program_pushVar()1019 bc_vec_pop(&p->results); in bc_program_pushArray()1051 bc_vec_pop(&p->results); in bc_program_incdec()1174 bc_vec_pop(v); in bc_program_return()[all …]
109 bc_vec_pop(&p->exits); in bc_parse_setLabel()151 bc_vec_pop(&p->ops); in bc_parse_operator()164 bc_vec_pop(&p->ops); in bc_parse_rightParen()168 bc_vec_pop(&p->ops); in bc_parse_rightParen()557 bc_vec_pop(&p->conds); in bc_parse_endBody()561 bc_vec_pop(&p->flags); in bc_parse_endBody()567 bc_vec_pop(&p->flags); in bc_parse_endBody()569 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()576 bc_vec_pop(&p->flags); in bc_parse_endBody()605 bc_vec_pop(&p->flags); in bc_parse_endBody()[all …]
122 if (vm.ctxts.len) bc_vec_pop(&vm.ctxts); in bcl_popContext()267 bc_vec_pop(&ctxt->free_nums); in bcl_num_insert()
91 if (vm.sig_pop) bc_vec_pop(&vm.jmp_bufs);
1160 bc_vec_pop(&h->history); in bc_history_edit()
2086 bc_vec_pop(&vm.temps); in bc_num_init()
93 #define bc_vec_pop(v) (bc_vec_npop((v), 1)) macro
266 if (!vm.sig_pop) bc_vec_pop(&vm.jmp_bufs); \273 bc_vec_pop(&vm.jmp_bufs); \
139 #define bc_vec_pop(v) (bc_vec_npop((v), 1)) macro3101 bc_vec_pop(&p->exits); in bc_parse_setLabel()3151 bc_vec_pop(&p->ops); in bc_parse_operator()3168 bc_vec_pop(&p->ops); in bc_parse_rightParen()3174 bc_vec_pop(&p->ops); in bc_parse_rightParen()3570 bc_vec_pop(&p->conds); in bc_parse_endBody()3574 bc_vec_pop(&p->flags); in bc_parse_endBody()3580 bc_vec_pop(&p->flags); in bc_parse_endBody()3582 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()3592 bc_vec_pop(&p->flags); in bc_parse_endBody()[all …]
355 calling the function `bc_vec_pop(v)` twice instead of calling