Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h122 #define BC_TTYIN (vm.flags & BC_FLAG_TTYIN) macro
/external/bc/src/
Dhistory.c437 assert(BC_TTYIN); in bc_history_enableRaw()
/external/toybox/toys/pending/
Dbc.c594 #define BC_TTYIN (toys.optflags & BC_FLAG_TTYIN) macro
1032 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()