Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDalloc_entry.c74 TYPE_MALLOC(char, (size_t) MAX_STRTAB, stringbuf); in _nc_init_entry()
173 TYPE_MALLOC(char, next_free, tp->str_table); in _nc_wrap_entry()
199 TYPE_MALLOC(char, length, tp->ext_str_table); in _nc_wrap_entry()
HDalloc_ttype.c421 TYPE_MALLOC(char *, (size_t)(na + nb), ext_Names); in _nc_align_termtype()
485 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in _nc_copy_termtype()
486 TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers); in _nc_copy_termtype()
487 TYPE_MALLOC(char *, NUM_STRINGS(dst), dst->Strings); in _nc_copy_termtype()
505 TYPE_MALLOC(char *, i, dst->ext_Names); in _nc_copy_termtype()
HDhome_terminfo.c57 TYPE_MALLOC(char, want, MyBuffer); in NCURSES_EXPORT()
HDread_entry.c133 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype()
135 TYPE_MALLOC(short, NUMCOUNT, tp->Numbers); in _nc_init_termtype()
137 TYPE_MALLOC(char *, STRCOUNT, tp->Strings); in _nc_init_termtype()
HDcomp_parse.c348 TYPE_MALLOC(ENTRY, 1, rp); in _nc_resolve_uses2()
HDcaptoinfo.c117 TYPE_MALLOC(char, my_length = 256, my_string); in init_string()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1534 #define TYPE_MALLOC(type, size, name) \ macro