Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h335 DWORD orig_out; member
/freebsd/contrib/bc/src/
H A Dhistory.c2136 h->orig_out = 0; in bc_history_init()
2146 if (!GetConsoleMode(in, &h->orig_in) || !GetConsoleMode(out, &h->orig_out)) in bc_history_init()
2155 DWORD reqOut = h->orig_out | ENABLE_VIRTUAL_TERMINAL_PROCESSING; in bc_history_init()
2199 SetConsoleMode(GetStdHandle(STD_OUTPUT_HANDLE), h->orig_out); in bc_history_free()