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.h158 #define BC_FLAG_P (UINTMAX_C(1) << 7) macro
217 #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.c1665 vm->flags |= BC_TTY ? BC_FLAG_P | BC_FLAG_R : 0;
1693 bc_vm_setenvFlag(env_prompt, tty ? env_prompt_def : 0, BC_FLAG_P);