Searched refs:TYPE_REALLOC (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libcurses/tinfo/ |
H A D | alloc_ttype.c | 132 TYPE_REALLOC(NCURSES_SBOOL, to->num_Booleans, to->Booleans); in realign_data() 150 TYPE_REALLOC(NCURSES_INT2, to->num_Numbers, to->Numbers); in realign_data() 168 TYPE_REALLOC(char *, to->num_Strings, to->Strings); in realign_data() 338 TYPE_REALLOC(char *, total, tp->ext_Names); in _nc_ins_ext_name() 348 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_ins_ext_name() 355 TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers); in _nc_ins_ext_name() 362 TYPE_REALLOC(char *, tp->num_Strings, tp->Strings); in _nc_ins_ext_name() 510 TYPE_REALLOC(char *, (size_t) nb, from->ext_Names); in _nc_align_termtype()
|
H A D | parse_entry.c | 156 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_extend_names() 163 TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers); in _nc_extend_names() 170 TYPE_REALLOC(char *, tp->num_Strings, tp->Strings); in _nc_extend_names() 176 TYPE_REALLOC(char *, actual, tp->ext_Names); in _nc_extend_names()
|
H A D | read_entry.c | 440 TYPE_REALLOC(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype() 441 TYPE_REALLOC(NCURSES_INT2, ptr->num_Numbers, ptr->Numbers); in _nc_read_termtype() 442 TYPE_REALLOC(char *, ptr->num_Strings, ptr->Strings); in _nc_read_termtype()
|
H A D | lib_tparm.c | 223 TYPE_REALLOC(char, TPS(out_size), TPS(out_buff)); \
|
/openbsd/lib/libcurses/base/ |
H A D | lib_color.c | 544 TYPE_REALLOC(colorpair_t, have, sp->_color_pairs); in _nc_reserve_pairs()
|
/openbsd/lib/libcurses/ |
H A D | curses.priv.h | 1586 #define TYPE_REALLOC(type, size, name) \ macro
|