Home
last modified time | relevance | path

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

/external/bc/src/
Dread.c94 if (BC_TTYIN || BC_I) { in bc_read_chars()
Dprogram.c1705 if (BC_TTYIN || BC_I) { in bc_program_reset()
/external/bc/include/
Dvm.h106 #define BC_TTYIN (vm->flags & BC_FLAG_TTYIN) macro
/external/bc/src/history/
Dhistory.c421 assert(BC_TTYIN); in bc_history_enableRaw()
1314 if (BC_TTYIN && !vm->history.badTerm) { in bc_history_line()
/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()