| /trueos/contrib/ncurses/ncurses/tinfo/ |
| HD | alloc_ttype.c | 105 to->Booleans = typeRealloc(NCURSES_SBOOL, to->num_Booleans, to->Booleans); in realign_data() 119 to->Numbers = typeRealloc(short, to->num_Numbers, to->Numbers); in realign_data() 133 to->Strings = typeRealloc(char *, to->num_Strings, to->Strings); in realign_data() 302 tp->ext_Names = typeRealloc(char *, total, tp->ext_Names); in _nc_ins_ext_name() 312 tp->Booleans = typeRealloc(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_ins_ext_name() 319 tp->Numbers = typeRealloc(short, tp->num_Numbers, tp->Numbers); in _nc_ins_ext_name() 326 tp->Strings = typeRealloc(char *, tp->num_Strings, tp->Strings); in _nc_ins_ext_name() 464 from->ext_Names = typeRealloc(char *, nb, from->ext_Names); in _nc_align_termtype()
|
| HD | read_entry.c | 254 ptr->Booleans = typeRealloc(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype() 255 ptr->Numbers = typeRealloc(short, ptr->num_Numbers, ptr->Numbers); in _nc_read_termtype() 256 ptr->Strings = typeRealloc(char *, ptr->num_Strings, ptr->Strings); in _nc_read_termtype()
|
| HD | parse_entry.c | 145 tp->Booleans = typeRealloc(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_extend_names() 152 tp->Numbers = typeRealloc(short, tp->num_Numbers, tp->Numbers); in _nc_extend_names() 159 tp->Strings = typeRealloc(char *, tp->num_Strings, tp->Strings); in _nc_extend_names() 165 tp->ext_Names = typeRealloc(char *, actual, tp->ext_Names); in _nc_extend_names()
|
| HD | lib_tgoto.c | 91 if ((result = typeRealloc(char, length, result)) == 0) { in tgoto_internal()
|
| HD | comp_expand.c | 74 if ((buffer = typeRealloc(char, length = need, buffer)) == 0) in _nc_tic_expand()
|
| HD | lib_tparm.c | 132 TPS(out_buff) = typeRealloc(char, TPS(out_size), TPS(out_buff)); in get_space() 352 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff)); in _nc_tparm_analyze()
|
| HD | comp_scan.c | 205 result = typeRealloc(char, allocated, result); in next_char()
|
| HD | read_termcap.c | 259 #define DOALLOC(size) typeRealloc(char, size, record)
|
| /trueos/contrib/ncurses/ncurses/base/ |
| HD | safe_sprintf.c | 159 buffer = typeRealloc(char, length, buffer); in _nc_printf_length() 227 my_buffer = typeRealloc(char, my_length, my_buffer); in _nc_printf_string() 246 my_buffer = typeRealloc(char, my_length, my_buffer); in _nc_printf_string()
|
| HD | memmove.c | 50 bfr = typeRealloc(char, length, bfr); in NCURSES_EXPORT()
|
| /trueos/contrib/ncurses/ncurses/trace/ |
| HD | trace_buf.c | 51 if ((MyList = typeRealloc(TRACEBUF, need, MyList)) != 0) { in _nc_trace_alloc() 60 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text); in _nc_trace_alloc()
|
| HD | visbuf.c | 112 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]); in _nc_visbuf2n() 181 mybuf[bufnum] = typeRealloc(char, WideLen(len), mybuf[bufnum]); in _nc_viswbuf2n() 236 mybuf = typeRealloc(wchar_t, mylen, mybuf); in _nc_viswibuf()
|
| HD | varargs.c | 169 MyBuffer = typeRealloc(char, MyLength, MyBuffer); in _nc_varargs()
|
| HD | lib_tracedmp.c | 72 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_EXPORT()
|
| /trueos/contrib/ncurses/include/ |
| HD | nc_alloc.h | 100 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type)) macro
|
| /trueos/contrib/ncurses/ncurses/tty/ |
| HD | hardscroll.c | 197 int *new_oldnums = typeRealloc(int, screen_lines, oldnums); in _nc_scroll_optimize()
|
| /trueos/contrib/ncurses/progs/ |
| HD | toe.c | 186 cwd_buf = typeRealloc(char, cwd_len, cwd_buf); in typelist()
|
| HD | tic.c | 289 namebuf = typeRealloc(char, have, namebuf); in put_translate() 290 suffix = typeRealloc(char, have, suffix); in put_translate()
|
| HD | dump_entry.c | 108 dst->text = typeRealloc(char, dst->size, dst->text); in strncpy_DYN()
|
| /trueos/contrib/ncurses/ |
| HD | NEWS | 3130 + use typeRealloc() or typeMalloc() in preference to direct calls on 5491 + use macros typeMalloc, typeCalloc and typeRealloc consistently
|