Searched refs:TYPE_MALLOC (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | alloc_entry.c | 74 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()
|
| HD | alloc_ttype.c | 421 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()
|
| HD | home_terminfo.c | 57 TYPE_MALLOC(char, want, MyBuffer); in NCURSES_EXPORT()
|
| HD | read_entry.c | 133 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()
|
| HD | comp_parse.c | 348 TYPE_MALLOC(ENTRY, 1, rp); in _nc_resolve_uses2()
|
| HD | captoinfo.c | 117 TYPE_MALLOC(char, my_length = 256, my_string); in init_string()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 1534 #define TYPE_MALLOC(type, size, name) \ macro
|