Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c592 CHAR_INFO *this_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash() local
613 this_screen, in wcon_dobeepflash()
619 this_screen, in wcon_dobeepflash()
630 write_screen(WINCONSOLE.hdl, this_screen, this_size, in wcon_dobeepflash()
H A Dwin_driver.c686 CHAR_INFO *this_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash() local
707 this_screen, in wcon_dobeepflash()
713 this_screen, in wcon_dobeepflash()
722 write_screen(CON.hdl, this_screen, this_size, bufferCoord, &this_region); in wcon_dobeepflash()