Lines Matching refs:bc_program_index
93 bc_program_index(const char* restrict code, size_t* restrict bgn) in bc_program_index() function
185 vidx = bc_program_index(vec->v, &i); in bc_program_dereference()
186 nidx = bc_program_index(vec->v, &i); in bc_program_dereference()
646 BcConst* c = bc_vec_item(&p->consts, bc_program_index(code, bgn)); in bc_program_const()
1596 size_t idx = bc_program_index(code, bgn); in bc_program_pushVar()
1678 r.d.loc.loc = bc_program_index(code, bgn); in bc_program_pushArray()
1783 nargs = bc_program_index(code, bgn); in bc_program_call()
1787 ip.func = bc_program_index(code, bgn); in bc_program_call()
2388 size_t idx = bc_program_index(code, bgn); in bc_program_regStackLen()
2522 then_idx = bc_program_index(code, bgn); in bc_program_execStr()
2523 else_idx = bc_program_index(code, bgn); in bc_program_execStr()
3134 idx = bc_program_index(code, &ip->idx); in bc_program_exec()
3403 r.d.n.scale = bc_program_index(code, &ip->idx); in bc_program_exec()
3661 idx = bc_program_index(code, &ip->idx); in bc_program_exec()
3785 size_t idx = bc_program_index(code, bgn); in bc_program_printStr()
3810 size_t idx = bc_program_index(code, bgn); in bc_program_printInst()