Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h118 #define BC_FLAG_P (UINTMAX_C(1)<<6) macro
139 #define BC_P (vm.flags & BC_FLAG_P)
/external/bc/src/
Dargs.c146 vm.flags |= BC_FLAG_P; in bc_args()