Searched refs:TYPE_MALLOC (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/lib/libcurses/tinfo/ |
| D | alloc_ttype.c | 466 TYPE_MALLOC(char *, (size_t)(na + nb), ext_Names); in _nc_align_termtype() 545 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype() 546 TYPE_MALLOC(char *, NUM_STRINGS(dst), dst->Strings); in copy_termtype() 592 TYPE_MALLOC(short, NUM_NUMBERS(dst), oldptr); in copy_termtype() 596 TYPE_MALLOC(int, NUM_NUMBERS(dst), newptr); in copy_termtype() 626 TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers); in copy_termtype() 634 TYPE_MALLOC(char *, i, dst->ext_Names); in copy_termtype()
|
| D | home_terminfo.c | 61 TYPE_MALLOC(char, want, MyBuffer); in NCURSES_EXPORT()
|
| D | alloc_entry.c | 199 TYPE_MALLOC(char, next_free, tp->str_table); in _nc_wrap_entry() 225 TYPE_MALLOC(char, length, tp->ext_str_table); in _nc_wrap_entry()
|
| D | read_entry.c | 243 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype() 245 TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers); in _nc_init_termtype() 247 TYPE_MALLOC(char *, STRCOUNT, tp->Strings); in _nc_init_termtype()
|
| D | comp_parse.c | 495 TYPE_MALLOC(ENTRY, 1, rp); in _nc_resolve_uses2()
|
| D | captoinfo.c | 130 TYPE_MALLOC(char, my_length = 256, my_string); in init_string()
|
| /openbsd/src/lib/libcurses/ |
| D | curses.priv.h | 1572 #define TYPE_MALLOC(type, size, name) \ macro
|