Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dprogram.c3134 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3189 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3208 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3217 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3229 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3248 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3264 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3285 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3294 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
3309 BC_PROG_JUMP(inst, code, ip); in bc_program_exec()
[all …]
/freebsd/contrib/bc/include/
H A Dprogram.h483 #define BC_PROG_JUMP(inst, code, ip) \ macro
497 #define BC_PROG_JUMP(inst, code, ip) \ macro
999 #define BC_PROG_JUMP(inst, code, ip) break macro