Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c458 TYPE_MALLOC(char *, (size_t)(na + nb), ext_Names); in _nc_align_termtype()
534 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype()
535 TYPE_MALLOC(char *, NUM_STRINGS(dst), dst->Strings); in copy_termtype()
547 TYPE_MALLOC(short, NUM_NUMBERS(dst), oldptr); in copy_termtype()
551 TYPE_MALLOC(int, NUM_NUMBERS(dst), newptr); in copy_termtype()
581 TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers); in copy_termtype()
593 TYPE_MALLOC(char *, i, dst->ext_Names); in copy_termtype()
H A Dalloc_entry.c75 TYPE_MALLOC(char, (size_t) MAX_STRTAB, stringbuf); in _nc_init_entry()
178 TYPE_MALLOC(char, next_free, tp->str_table); in _nc_wrap_entry()
204 TYPE_MALLOC(char, length, tp->ext_str_table); in _nc_wrap_entry()
H A Dhome_terminfo.c59 TYPE_MALLOC(char, want, MyBuffer); in NCURSES_EXPORT()
H A Dread_entry.c215 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype()
217 TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers); in _nc_init_termtype()
219 TYPE_MALLOC(char *, STRCOUNT, tp->Strings); in _nc_init_termtype()
H A Dcomp_parse.c470 TYPE_MALLOC(ENTRY, 1, rp); in _nc_resolve_uses2()
H A Dcaptoinfo.c128 TYPE_MALLOC(char, my_length = 256, my_string); in init_string()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1736 #define TYPE_MALLOC(type, size, name) \ macro