Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c204 #define OutHandle() ((WINCONSOLE.isTermInfoConsole || WINCONSOLE.progMode) ? WINCONSOLE.hdl : WINCO…
209 if (WINCONSOLE.lastOut != WINCONSOLE.hdl) { in _nc_console_selectActiveHandle()
210 WINCONSOLE.lastOut = WINCONSOLE.hdl; in _nc_console_selectActiveHandle()
233 if (hdl != WINCONSOLE.inp && (!WINCONSOLE.isTermInfoConsole && WINCONSOLE.progMode)) { in _nc_console_fd2handle()
466 WINCONSOLE.save_size.Y, WINCONSOLE.save_size.X, in read_screen_data()
514 WINCONSOLE.origin.Y = WINCONSOLE.SBI.srWindow.Top; in _nc_console_get_SBI()
1146 WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = in _nc_console_checkinit()
1150 WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = in _nc_console_checkinit()
1188 WINCONSOLE.hdl = WINCONSOLE.out; in _nc_console_checkinit()
1206 WINCONSOLE.hdl = WINCONSOLE.out; in _nc_console_checkinit()
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c86 a = WINCONSOLE.pairs[p]; in MapAttr()
357 WINCONSOLE.save_screen, in restore_original_screen()
358 WINCONSOLE.save_size, in restore_original_screen()
364 WINCONSOLE.save_size.Y, in restore_original_screen()
365 WINCONSOLE.save_size.X, in restore_original_screen()
612 read_screen(WINCONSOLE.hdl, in wcon_dobeepflash()
772 WINCONSOLE.lastOut = progFlag ? WINCONSOLE.hdl : WINCONSOLE.out; in wcon_mode()
808 if (!WINCONSOLE.buffered) { in wcon_mode()
813 SetConsoleCursorInfo(WINCONSOLE.hdl, &WINCONSOLE.save_CI); in wcon_mode()
888 WINCONSOLE.pairs[pair] = in wcon_initpair()
[all …]
/freebsd-14.2/contrib/ncurses/include/
H A Dnc_win32.h173 #define WINCONSOLE _nc_CONSOLE macro
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c94 if (WINCONSOLE.isTermInfoConsole) { in _nc_initscr()