Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c592 #define BC_FLAG_TTYIN (1<<7) macro
593 #define BC_TTYIN (toys.optflags & BC_FLAG_TTYIN)
5814 toys.optflags |= isatty(0) ? BC_FLAG_TTYIN : 0; in bc_main()