Home
last modified time | relevance | path

Searched refs:bc_program_index (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/bc/src/
H A Dprogram.c185 vidx = bc_program_index(vec->v, &i); in bc_program_dereference()
186 nidx = bc_program_index(vec->v, &i); in bc_program_dereference()
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()
[all …]