Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h107 #define DC_FLAG_X (UINTMAX_C(1)<<0) macro
135 #define DC_X (vm.flags & DC_FLAG_X)
/external/bc/src/
Dargs.c204 vm.flags |= DC_FLAG_X; in bc_args()