Home
last modified time | relevance | path

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

/dports/devel/git-svn/git-2.34.1/compat/
H A Dterminal.c83 static HANDLE hconout = INVALID_HANDLE_VALUE; variable
109 assert(hconout != INVALID_HANDLE_VALUE); in restore_term()
110 SetConsoleMode(hconout, cmode_out); in restore_term()
111 CloseHandle(hconout); in restore_term()
114 hconin = hconout = INVALID_HANDLE_VALUE; in restore_term()
126 hconout = CreateFileA("CONOUT$", GENERIC_READ | GENERIC_WRITE, in save_term()
129 if (hconout == INVALID_HANDLE_VALUE) in save_term()
132 GetConsoleMode(hconout, &cmode_out); in save_term()
/dports/devel/git-gui/git-2.34.1/compat/
H A Dterminal.c83 static HANDLE hconout = INVALID_HANDLE_VALUE; variable
109 assert(hconout != INVALID_HANDLE_VALUE); in restore_term()
110 SetConsoleMode(hconout, cmode_out); in restore_term()
111 CloseHandle(hconout); in restore_term()
114 hconin = hconout = INVALID_HANDLE_VALUE; in restore_term()
126 hconout = CreateFileA("CONOUT$", GENERIC_READ | GENERIC_WRITE, in save_term()
129 if (hconout == INVALID_HANDLE_VALUE) in save_term()
132 GetConsoleMode(hconout, &cmode_out); in save_term()
/dports/devel/git-p4/git-2.34.1/compat/
H A Dterminal.c83 static HANDLE hconout = INVALID_HANDLE_VALUE; variable
109 assert(hconout != INVALID_HANDLE_VALUE); in restore_term()
110 SetConsoleMode(hconout, cmode_out); in restore_term()
111 CloseHandle(hconout); in restore_term()
114 hconin = hconout = INVALID_HANDLE_VALUE; in restore_term()
126 hconout = CreateFileA("CONOUT$", GENERIC_READ | GENERIC_WRITE, in save_term()
129 if (hconout == INVALID_HANDLE_VALUE) in save_term()
132 GetConsoleMode(hconout, &cmode_out); in save_term()
/dports/devel/git/git-2.34.1/compat/
H A Dterminal.c83 static HANDLE hconout = INVALID_HANDLE_VALUE; variable
109 assert(hconout != INVALID_HANDLE_VALUE); in restore_term()
110 SetConsoleMode(hconout, cmode_out); in restore_term()
111 CloseHandle(hconout); in restore_term()
114 hconin = hconout = INVALID_HANDLE_VALUE; in restore_term()
126 hconout = CreateFileA("CONOUT$", GENERIC_READ | GENERIC_WRITE, in save_term()
129 if (hconout == INVALID_HANDLE_VALUE) in save_term()
132 GetConsoleMode(hconout, &cmode_out); in save_term()
/dports/devel/git-cvs/git-2.34.1/compat/
H A Dterminal.c83 static HANDLE hconout = INVALID_HANDLE_VALUE; variable
109 assert(hconout != INVALID_HANDLE_VALUE); in restore_term()
110 SetConsoleMode(hconout, cmode_out); in restore_term()
111 CloseHandle(hconout); in restore_term()
114 hconin = hconout = INVALID_HANDLE_VALUE; in restore_term()
126 hconout = CreateFileA("CONOUT$", GENERIC_READ | GENERIC_WRITE, in save_term()
129 if (hconout == INVALID_HANDLE_VALUE) in save_term()
132 GetConsoleMode(hconout, &cmode_out); in save_term()