Searched refs:bc_vec_pop (Results 1 – 8 of 8) sorted by relevance
983 bc_vec_pop(&p->results); in bc_program_print()1190 if (!push) bc_vec_pop(v); in bc_program_assignStr()1336 bc_vec_pop(&p->results); in bc_program_copyToVar()1705 bc_vec_pop(&p->results); in bc_program_pushArray()1927 bc_vec_pop(v); in bc_program_return()1939 bc_vec_pop(&p->stack); in bc_program_return()2336 bc_vec_pop(&p->results); in bc_program_asciify()2372 bc_vec_pop(&p->results); in bc_program_printStream()2615 bc_vec_pop(&p->results); in bc_program_execStr()2629 bc_vec_pop(&p->stack); in bc_program_execStr()[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()1026 bc_vec_pop(&p->flags); in bc_parse_endBody()1070 bc_vec_pop(&p->flags); in bc_parse_endBody()2514 bc_vec_pop(&p->ops); in bc_parse_expr_err()[all …]
112 if (vm->sig_pop) bc_vec_pop(&vm->jmp_bufs);1299 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()
1866 bc_vec_pop(&h->history); in bc_history_edit()
839 if (!vm->sig_pop) bc_vec_pop(&vm->jmp_bufs); \869 bc_vec_pop(&vm->jmp_bufs); \910 bc_vec_pop(&vm->jmp_bufs); \
364 #define bc_vec_pop(v) (bc_vec_npop((v), 1)) macro
849 calling the function `bc_vec_pop(v)` twice instead of calling