Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h138 #define BC_FLAG_W (UINTMAX_C(1) << 1) macro
196 #define BC_W (vm->flags & BC_FLAG_W)
/freebsd/contrib/bc/src/
H A Dargs.c327 vm->flags |= BC_FLAG_W; in bc_args()