Lines Matching refs:bc_program_index
101 static size_t 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()
592 BcConst *c = bc_vec_item(p->consts, bc_program_index(code, bgn)); in bc_program_const()
1456 size_t idx = bc_program_index(code, bgn); in bc_program_pushVar()
1528 r.d.loc.loc = bc_program_index(code, bgn); in bc_program_pushArray()
1625 nargs = bc_program_index(code, bgn); in bc_program_call()
1629 ip.func = bc_program_index(code, bgn); in bc_program_call()
2144 size_t idx = bc_program_index(code, bgn); in bc_program_regStackLen()
2265 then_idx = bc_program_index(code, bgn); in bc_program_execStr()
2266 else_idx = bc_program_index(code, bgn); in bc_program_execStr()
2761 idx = bc_program_index(code, &ip->idx); in bc_program_exec()
2991 r.d.n.rdx = bc_program_index(code, &ip->idx); in bc_program_exec()
2992 r.d.n.scale = bc_program_index(code, &ip->idx); in bc_program_exec()
3208 idx = bc_program_index(code, &ip->idx); in bc_program_exec()
3289 size_t idx = bc_program_index(code, bgn); in bc_program_printStr()
3312 size_t idx = bc_program_index(code, bgn); in bc_program_printInst()