Home
last modified time | relevance | path

Searched refs:TYPE_MALLOC (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/lib/libcurses/tinfo/
Dalloc_ttype.c466 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()
Dhome_terminfo.c61 TYPE_MALLOC(char, want, MyBuffer); in NCURSES_EXPORT()
Dalloc_entry.c199 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()
Dread_entry.c243 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()
Dcomp_parse.c495 TYPE_MALLOC(ENTRY, 1, rp); in _nc_resolve_uses2()
Dcaptoinfo.c130 TYPE_MALLOC(char, my_length = 256, my_string); in init_string()
/openbsd/src/lib/libcurses/
Dcurses.priv.h1572 #define TYPE_MALLOC(type, size, name) \ macro