Lines Matching refs:bc_vec_push
902 void bc_vec_push(BcVec *v, void *data) { in bc_vec_push() function
907 bc_vec_push(v, &data); in bc_vec_pushByte()
920 bc_vec_push(v, &amt); in bc_vec_pushIndex()
926 if (idx == v->len) bc_vec_push(v, data); in bc_vec_pushAt()
1002 if (*i == v->len) bc_vec_push(v, ptr); in bc_map_insert()
1064 bc_vec_push(vec, &c); in bc_read_chars()
1983 bc_vec_push(&stack, &dig); in bc_num_printNum()
2353 bc_vec_push(&f->autos, &a); in bc_func_insert()
2414 bc_vec_push(a, &n); in bc_array_expand()
2421 bc_vec_push(a, &v); in bc_array_expand()
2515 bc_vec_push(&l->str, &start); in bc_lex_number()
2540 bc_vec_push(&l->str, &c); in bc_lex_number()
2994 bc_vec_push(v, &str); in bc_parse_addId()
3037 bc_vec_push(&p->flags, &flag); in bc_parse_init()
3105 bc_vec_push(&p->func->labels, &idx); in bc_parse_createLabel()
3110 bc_vec_push(&p->conds, &idx); in bc_parse_createCondLabel()
3121 bc_vec_push(&p->exits, &ip); in bc_parse_createExitLabel()
3155 bc_vec_push(&p->ops, &type); in bc_parse_operator()
3441 if (type != BC_LEX_OP_MINUS) bc_vec_push(&p->ops, &type); in bc_parse_minus()
3624 bc_vec_push(&p->flags, &flags); in bc_parse_startBody()
4279 bc_vec_push(&p->ops, &t); in bc_parse_expr_err()
4533 bc_vec_push(v, &data.v); in bc_program_search()
4693 bc_vec_push(&p->results, r); in bc_program_binOpRetire()
4709 bc_vec_push(&p->results, r); in bc_program_retire()
4781 bc_vec_push(&p->stack, &ip); in bc_program_read()
4998 bc_vec_push(vec, &r.d); in bc_program_copyToVar()
5066 bc_vec_push(&p->results, &r); in bc_program_pushVar()
5082 bc_vec_push(&p->results, &r); in bc_program_pushArray()
5126 bc_vec_push(&p->results, &res); in bc_program_incdec()
5131 bc_vec_push(&p->results, ©); in bc_program_incdec()
5187 bc_vec_push(v, ¶m.n); in bc_program_call()
5191 bc_vec_push(v, ¶m.v); in bc_program_call()
5195 bc_vec_push(&p->stack, &ip); in bc_program_call()
5235 bc_vec_push(&p->results, &res); in bc_program_return()
5302 bc_vec_push(&p->results, &res); in bc_program_pushGlobal()
5349 bc_vec_push(&p->stack, &ip); in bc_program_init()
5354 bc_vec_push(&p->fns, f); in bc_program_addFunc()
5473 bc_vec_push(&p->results, &r); in bc_program_exec()
5530 bc_vec_push(&p->results, &r); in bc_program_exec()
5552 bc_vec_push(&p->results, &r); in bc_program_exec()