Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h123 #define BC_TTY (vm.flags & BC_FLAG_TTY) macro
161 #define BC_USE_PROMPT (!BC_P && BC_TTY && !BC_IS_POSIX)
163 #define BC_USE_PROMPT (!BC_P && BC_TTY)
/external/bc/src/
Dvm.c102 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);
Dread.c190 if (BC_TTY && !vm.history.badTerm) in bc_read_line()
Dfile.c95 if (BC_TTY) { in bc_file_flushErr()