Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h157 #define BC_FLAG_P (UINTMAX_C(1) << 7) macro
216 #define BC_P (vm->flags & BC_FLAG_P)
/freebsd/contrib/bc/src/
H A Dargs.c259 vm->flags &= ~(BC_FLAG_P); in bc_args()
H A Dvm.c1640 vm->flags |= BC_TTY ? BC_FLAG_P | BC_FLAG_R : 0;
1668 bc_vm_setenvFlag(env_prompt, tty ? env_prompt_def : 0, BC_FLAG_P);