Searched refs:BC_TTY (Results 1 – 4 of 4) sorted by relevance
123 #define BC_TTY (vm.flags & BC_FLAG_TTY) macro161 #define BC_USE_PROMPT (!BC_P && BC_TTY && !BC_IS_POSIX)163 #define BC_USE_PROMPT (!BC_P && BC_TTY)
102 if (!BC_TTY || sig != SIGINT) vm.status = BC_STATUS_QUIT;106 if (BC_TTY && sig == SIGINT) {137 if (BC_TTY) sigaction(SIGHUP, &sa, NULL);386 if (BC_TTY) bc_history_free(&vm.history);942 if (BC_TTY) bc_history_init(&vm.history);
190 if (BC_TTY && !vm.history.badTerm) in bc_read_line()
95 if (BC_TTY) { in bc_file_flushErr()