Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h144 #define BC_FLAG_L (UINTMAX_C(1) << 3) macro
199 #define BC_L (vm->flags & BC_FLAG_L)
/freebsd/contrib/bc/src/
H A Dargs.c300 vm->flags |= BC_FLAG_L; in bc_args()
H A Dvm.c1460 if (BC_IS_BC && (vm->flags & BC_FLAG_L))