Searched refs:BC_FLAG_TTY (Results 1 – 2 of 2) sorted by relevance
169 #define BC_FLAG_TTY (UINTMAX_C(1) << 11) macro184 #define BC_TTY (vm->flags & BC_FLAG_TTY)
1577 vm->flags |= tty ? BC_FLAG_TTY : 0;1667 bc_vm_setenvFlag(env_tty, env_tty_def, BC_FLAG_TTY);