Searched refs:BC_PROG_JUMP (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | program.c | 3134 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 D | program.h | 483 #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
|