Searched refs:BC_FLAG_TTY (Results 1 – 2 of 2) sorted by relevance
121 #define BC_FLAG_TTY (UINTMAX_C(1)<<9) macro123 #define BC_TTY (vm.flags & BC_FLAG_TTY)
917 vm.flags |= (ttyin != 0 && ttyout != 0 && ttyerr != 0) ? BC_FLAG_TTY : 0;