Searched refs:BC_FLAG_P (Results 1 – 3 of 3) sorted by relevance
162 #define BC_FLAG_P (UINTMAX_C(1)<<7) macro212 #define BC_P (vm.flags & BC_FLAG_P)
176 vm.flags &= ~(BC_FLAG_P); in bc_args()
1336 vm.flags |= BC_TTY ? BC_FLAG_P | BC_FLAG_R : 0;1349 bc_vm_setenvFlag(env_prompt, tty ? env_prompt_def : 0, BC_FLAG_P);