Searched refs:TypeAlloca (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 174 CHAR_INFO *ci = TypeAlloca(CHAR_INFO, limit); in con_write16() 223 CHAR_INFO *ci = TypeAlloca(CHAR_INFO, n); in con_write8() 418 cchar_t *empty = TypeAlloca(cchar_t, Width); in wcon_doupdate() 427 chtype *empty = TypeAlloca(chtype, Width); in wcon_doupdate() 592 CHAR_INFO *this_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash() 593 CHAR_INFO *that_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash()
|
H A D | win_driver.c | 62 #define TypeAlloca(type,count) (type*) _alloca(sizeof(type) * (size_t) (count)) macro 265 CHAR_INFO *ci = TypeAlloca(CHAR_INFO, limit); in con_write16() 314 CHAR_INFO *ci = TypeAlloca(CHAR_INFO, n); in con_write8() 513 cchar_t *empty = TypeAlloca(cchar_t, Width); in wcon_doupdate() 522 chtype *empty = TypeAlloca(chtype, Width); in wcon_doupdate() 686 CHAR_INFO *this_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash() 687 CHAR_INFO *that_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_win32.h | 175 #define TypeAlloca(type,count)(type*) _alloca(sizeof(type)*(size_t)(count)) macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 891 TypeAlloca(INPUT_RECORD, nRead); in _nc_console_twait()
|