Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dstatus.h671 #define BC_JMP bc_vm_jmp(__func__) macro
673 #define BC_JMP bc_vm_jmp() macro
748 if (vm->sig) BC_JMP; \
769 if (vm->sig) BC_JMP; \
795 if (!(v) && vm->sig) BC_JMP; \
841 if (BC_SIG_EXC(vm)) BC_JMP; \
870 if (BC_SIG_EXC(vm)) BC_JMP; \
/freebsd/contrib/bc/src/
H A Dfile.c201 BC_JMP; in bc_file_flush()
244 BC_JMP; in bc_file_write()
H A Dread.c178 if (vm->status == (sig_atomic_t) BC_STATUS_QUIT) BC_JMP; in bc_read_chars()
H A Dargs.c368 BC_JMP; in bc_args()
H A Dparse.c223 if (BC_ERR(vm->status)) BC_JMP; in bc_parse_reset()
H A Dvm.c206 if (!vm->sig_lock) BC_JMP;
352 BC_JMP;
472 if (BC_ERR(vm->status)) BC_JMP;
H A Dhistory.c1888 BC_JMP; in bc_history_edit()
2029 BC_JMP; in bc_history_edit()
H A Dprogram.c2447 BC_JMP; in bc_program_nquit()
3188 BC_JMP; in bc_program_exec()
H A Dbc_parse.c1829 BC_JMP; in bc_parse_stmt()