Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h111 #define BC_FLAG_W (UINTMAX_C(1)<<1) macro
128 #define BC_W (vm.flags & BC_FLAG_W)
/external/bc/src/
Dargs.c188 vm.flags |= BC_FLAG_W; in bc_args()