Home
last modified time | relevance | path

Searched refs:BC_TTYIN (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbc.c593 #define BC_TTYIN (toys.optflags & BC_FLAG_TTYIN) macro
1031 if (BC_TTYIN && !FLAG(s)) { in bc_read_chars()
1048 if (BC_TTYIN) { in bc_read_chars()
5380 if (BC_TTYIN) { in bc_program_reset()
5815 toys.optflags |= BC_TTYIN && isatty(1) ? FLAG_i : 0; in bc_main()