Searched refs:TYPE_CALLOC (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_entry.c | 367 TYPE_CALLOC(NCURSES_SBOOL, Max(BOOLCOUNT, bool_count), ptr->Booleans); in _nc_read_termtype() 381 TYPE_CALLOC(NCURSES_INT2, Max(NUMCOUNT, num_count), ptr->Numbers); in _nc_read_termtype() 387 TYPE_CALLOC(char *, Max(STRCOUNT, str_count), ptr->Strings); in _nc_read_termtype() 533 TYPE_CALLOC(char *, need, ptr->ext_Names); in _nc_read_termtype()
|
| H A D | alloc_entry.c | 77 TYPE_CALLOC(char, (size_t) MAX_ENTRY_SIZE, stringbuf); in _nc_init_entry()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 415 TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table); in NCURSES_SP_NAME() 532 TYPE_CALLOC(colorpair_t, have, sp->_color_pairs); in _nc_reserve_pairs()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1662 #define TYPE_CALLOC(type, size, name) \ macro
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 1329 + add library-level TYPE_CALLOC for consistency with TYPE_MALLOC.
|