Home
last modified time | relevance | path

Searched defs:TypeAlloca (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dnc_win32.h175 #define TypeAlloca(type,count)(type*) _alloca(sizeof(type)*(size_t)(count)) macro
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c62 #define TypeAlloca(type,count) (type*) _alloca(sizeof(type) * (size_t) (count)) macro