OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeMalloc
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libcurses/EXAMPLES/
view.c
55
#define
typeMalloc
(type,n) (type *) malloc((n) * sizeof(type))
121
CURSES_CH_T *dst =
typeMalloc
(CURSES_CH_T, len + 1);
226
if ((my_lines =
typeMalloc
(CURSES_CH_T *, MAXLINES + 2)) == 0)
Completed in 12 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025