Searched refs:BC_FLAG_R (Results 1 – 3 of 3) sorted by relevance
161 #define BC_FLAG_R (UINTMAX_C(1) << 8) macro220 #define BC_R (vm->flags & BC_FLAG_R)
265 vm->flags &= ~(BC_FLAG_R); in bc_args()
1665 vm->flags |= BC_TTY ? BC_FLAG_P | BC_FLAG_R : 0;