Searched refs:TYPE_MALLOC (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | alloc_ttype.c | 464 TYPE_MALLOC(char *, (size_t)(na + nb), ext_Names); in _nc_align_termtype() 543 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype() 544 TYPE_MALLOC(char *, NUM_STRINGS(dst), dst->Strings); in copy_termtype() 590 TYPE_MALLOC(short, NUM_NUMBERS(dst), oldptr); in copy_termtype() 594 TYPE_MALLOC(int, NUM_NUMBERS(dst), newptr); in copy_termtype() 624 TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers); in copy_termtype() 632 TYPE_MALLOC(char *, i, dst->ext_Names); in copy_termtype()
|
H A D | home_terminfo.c | 59 TYPE_MALLOC(char, want, MyBuffer); in NCURSES_EXPORT()
|
H A D | alloc_entry.c | 196 TYPE_MALLOC(char, next_free, tp->str_table); in _nc_wrap_entry() 222 TYPE_MALLOC(char, length, tp->ext_str_table); in _nc_wrap_entry()
|
H A D | read_entry.c | 241 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype() 243 TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers); in _nc_init_termtype() 245 TYPE_MALLOC(char *, STRCOUNT, tp->Strings); in _nc_init_termtype()
|
H A D | comp_parse.c | 492 TYPE_MALLOC(ENTRY, 1, rp); in _nc_resolve_uses2()
|
H A D | captoinfo.c | 128 TYPE_MALLOC(char, my_length = 256, my_string); in init_string()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1578 #define TYPE_MALLOC(type, size, name) \ macro
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 760 + add library-level TYPE_CALLOC for consistency with TYPE_MALLOC.
|