Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h147 #define BC_FLAG_G (UINTMAX_C(1) << 4) macro
202 #define BC_G (vm->flags & BC_FLAG_G)
/freebsd/contrib/bc/src/
H A Dargs.c293 vm->flags |= BC_FLAG_G; in bc_args()
H A Dvm.c1750 if (BC_IS_POSIX) vm->flags &= ~(BC_FLAG_G);