Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c47 #define TYPE_CALLOC(type,elts) typeCalloc(type, (unsigned)(elts)) macro
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_color.c97 #define TYPE_CALLOC(type,elts) typeCalloc(type, (unsigned)(elts)) macro