Searched refs:typeMalloc (Results 1 – 1 of 1) sorted by relevance
55 #define typeMalloc(type,n) (type *) malloc((n) * sizeof(type)) macro121 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()