Searched refs:BC_TTYIN (Results 1 – 3 of 3) sorted by relevance
177 #define BC_TTYIN (vm.flags & BC_FLAG_TTYIN) macro
532 assert(BC_TTYIN); in bc_history_enableRaw()
599 #define BC_TTYIN (toys.optflags & BC_FLAG_TTYIN) macro1037 if (BC_TTYIN && !FLAG(s)) { in bc_read_chars()1054 if (BC_TTYIN) { in bc_read_chars()5401 if (BC_TTYIN) { in bc_program_reset()5842 toys.optflags |= BC_TTYIN && isatty(1) ? FLAG_i : 0; in bc_main()