Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/EXAMPLES/
H A Dview.c55 #define typeMalloc(type,n) (type *) malloc((n) * sizeof(type)) macro
121 CURSES_CH_T *dst = typeMalloc(CURSES_CH_T, len + 1); in ch_dup()
226 if ((my_lines = typeMalloc(CURSES_CH_T *, MAXLINES + 2)) == 0) in main()