• Home
  • Raw
  • Download

Lines Matching refs:bc_vec_push

901 void bc_vec_push(BcVec *v, void *data) {  in bc_vec_push()  function
906 bc_vec_push(v, &data); in bc_vec_pushByte()
919 bc_vec_push(v, &amt); in bc_vec_pushIndex()
925 if (idx == v->len) bc_vec_push(v, data); in bc_vec_pushAt()
1001 if (*i == v->len) bc_vec_push(v, ptr); in bc_map_insert()
1063 bc_vec_push(vec, &c); in bc_read_chars()
1981 bc_vec_push(&stack, &dig); in bc_num_printNum()
2351 bc_vec_push(&f->autos, &a); in bc_func_insert()
2412 bc_vec_push(a, &n); in bc_array_expand()
2419 bc_vec_push(a, &v); in bc_array_expand()
2513 bc_vec_push(&l->str, &start); in bc_lex_number()
2538 bc_vec_push(&l->str, &c); in bc_lex_number()
2992 bc_vec_push(v, &str); in bc_parse_addId()
3035 bc_vec_push(&p->flags, &flag); in bc_parse_init()
3103 bc_vec_push(&p->func->labels, &idx); in bc_parse_createLabel()
3108 bc_vec_push(&p->conds, &idx); in bc_parse_createCondLabel()
3119 bc_vec_push(&p->exits, &ip); in bc_parse_createExitLabel()
3153 bc_vec_push(&p->ops, &type); in bc_parse_operator()
3439 if (type != BC_LEX_OP_MINUS) bc_vec_push(&p->ops, &type); in bc_parse_minus()
3611 bc_vec_push(&p->flags, &flags); in bc_parse_startBody()
4264 bc_vec_push(&p->ops, &t); in bc_parse_expr_err()
4518 bc_vec_push(v, &data.v); in bc_program_search()
4678 bc_vec_push(&p->results, r); in bc_program_binOpRetire()
4694 bc_vec_push(&p->results, r); in bc_program_retire()
4766 bc_vec_push(&p->stack, &ip); in bc_program_read()
4982 bc_vec_push(vec, &r.d); in bc_program_copyToVar()
5050 bc_vec_push(&p->results, &r); in bc_program_pushVar()
5066 bc_vec_push(&p->results, &r); in bc_program_pushArray()
5110 bc_vec_push(&p->results, &res); in bc_program_incdec()
5115 bc_vec_push(&p->results, &copy); in bc_program_incdec()
5171 bc_vec_push(v, &param.n); in bc_program_call()
5175 bc_vec_push(v, &param.v); in bc_program_call()
5179 bc_vec_push(&p->stack, &ip); in bc_program_call()
5219 bc_vec_push(&p->results, &res); in bc_program_return()
5286 bc_vec_push(&p->results, &res); in bc_program_pushGlobal()
5333 bc_vec_push(&p->stack, &ip); in bc_program_init()
5338 bc_vec_push(&p->fns, f); in bc_program_addFunc()
5457 bc_vec_push(&p->results, &r); in bc_program_exec()
5514 bc_vec_push(&p->results, &r); in bc_program_exec()
5536 bc_vec_push(&p->results, &r); in bc_program_exec()