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