Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/include/
HDnc_win32.h156 HANDLE lastOut; member
/freebsd-14-stable/contrib/ncurses/ncurses/win32con/
HDwin_driver.c133 HANDLE lastOut; member
433 if (CON.lastOut != CON.hdl) { in selectActiveHandle()
434 CON.lastOut = CON.hdl; in selectActiveHandle()
435 SetConsoleActiveScreenBuffer(CON.lastOut); in selectActiveHandle()
1025 CON.lastOut = progFlag ? CON.hdl : CON.out; in wcon_mode()
1026 SetConsoleActiveScreenBuffer(CON.lastOut); in wcon_mode()
HDwin32_driver.c772 WINCONSOLE.lastOut = progFlag ? WINCONSOLE.hdl : WINCONSOLE.out; in wcon_mode()
773 SetConsoleActiveScreenBuffer(WINCONSOLE.lastOut); in wcon_mode()
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_win32con.c209 if (WINCONSOLE.lastOut != WINCONSOLE.hdl) { in _nc_console_selectActiveHandle()
210 WINCONSOLE.lastOut = WINCONSOLE.hdl; in _nc_console_selectActiveHandle()
211 SetConsoleActiveScreenBuffer(WINCONSOLE.lastOut); in _nc_console_selectActiveHandle()