Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h164 #define BC_FLAG_Z (UINTMAX_C(1) << 9) macro
223 #define BC_Z (vm->flags & BC_FLAG_Z)
/freebsd/contrib/bc/src/
H A Dargs.c241 vm->flags |= BC_FLAG_Z; in bc_args()