Searched refs:BC_TTYIN (Results 1 – 5 of 5) sorted by relevance
94 if (BC_TTYIN || BC_I) { in bc_read_chars()
1705 if (BC_TTYIN || BC_I) { in bc_program_reset()
106 #define BC_TTYIN (vm->flags & BC_FLAG_TTYIN) macro
421 assert(BC_TTYIN); in bc_history_enableRaw()1314 if (BC_TTYIN && !vm->history.badTerm) { in bc_history_line()
594 #define BC_TTYIN (toys.optflags & BC_FLAG_TTYIN) macro1032 if (BC_TTYIN && !FLAG(s)) { in bc_read_chars()1049 if (BC_TTYIN) { in bc_read_chars()5396 if (BC_TTYIN) { in bc_program_reset()5837 toys.optflags |= BC_TTYIN && isatty(1) ? FLAG_i : 0; in bc_main()