Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/include/
H A Dvm.h176 #define BC_FLAG_EXPR_EXIT (UINTMAX_C(1) << 13) macro
226 #define BC_EXPR_EXIT (vm->flags & BC_FLAG_EXPR_EXIT)
/freebsd-14.2/contrib/bc/src/
H A Dvm.c1643 bc_vm_setenvFlag(env_exit, env_exit_def, BC_FLAG_EXPR_EXIT);