Searched refs:BC_FLAG_TTYIN (Results 1 – 3 of 3) sorted by relevance
120 #define BC_FLAG_TTYIN (UINTMAX_C(1)<<8) macro122 #define BC_TTYIN (vm.flags & BC_FLAG_TTYIN)
916 vm.flags |= ttyin ? BC_FLAG_TTYIN : 0;
593 #define BC_FLAG_TTYIN (1<<7) macro594 #define BC_TTYIN (toys.optflags & BC_FLAG_TTYIN)5836 toys.optflags |= isatty(0) ? BC_FLAG_TTYIN : 0; in bc_main()