Searched refs:bc_vec_pop (Results 1 – 8 of 8) sorted by relevance
993 bc_vec_pop(&p->results); in bc_program_print()1034 if (BC_PROGRAM_POP(pop)) bc_vec_pop(&p->results); in bc_program_print()1204 if (!push) bc_vec_pop(v); in bc_program_assignStr()1326 bc_vec_pop(&p->results); in bc_program_copyToVar()1350 bc_vec_pop(&p->results); in bc_program_copyToVar()1648 if (!copy) bc_vec_pop(v); in bc_program_pushVar()1666 if (!copy) bc_vec_pop(v); in bc_program_pushVar()1719 bc_vec_pop(&p->results); in bc_program_pushArray()1943 bc_vec_pop(v); in bc_program_return()1955 bc_vec_pop(&p->stack); in bc_program_return()[all …]
181 bc_vec_pop(&p->exits); in bc_parse_setLabel()283 bc_vec_pop(&p->ops); in bc_parse_operator()307 bc_vec_pop(&p->ops); in bc_parse_rightParen()312 bc_vec_pop(&p->ops); in bc_parse_rightParen()998 bc_vec_pop(&p->conds); in bc_parse_endBody()1002 bc_vec_pop(&p->flags); in bc_parse_endBody()1010 bc_vec_pop(&p->flags); in bc_parse_endBody()1014 else if (has_brace && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()1026 bc_vec_pop(&p->flags); in bc_parse_endBody()1070 bc_vec_pop(&p->flags); in bc_parse_endBody()[all …]
112 if (vm->sig_pop) bc_vec_pop(&vm->jmp_bufs);1274 bc_vec_pop(&vm->buffer);
266 if (vm->ctxts.len) bc_vec_pop(&vm->ctxts); in bcl_popContext()509 bc_vec_pop(&ctxt->free_nums); in bcl_num_insert()
1856 bc_vec_pop(&h->history); in bc_history_edit()
834 if (!vm->sig_pop) bc_vec_pop(&vm->jmp_bufs); \864 bc_vec_pop(&vm->jmp_bufs); \905 bc_vec_pop(&vm->jmp_bufs); \
364 #define bc_vec_pop(v) (bc_vec_npop((v), 1)) macro
871 calling the function `bc_vec_pop(v)` twice instead of calling