Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h119 #define BC_FLAG_R (UINTMAX_C(1)<<7) macro
140 #define BC_R (vm.flags & BC_FLAG_R)
/external/bc/src/
Dargs.c152 vm.flags |= BC_FLAG_R; in bc_args()