Home
last modified time | relevance | path

Searched refs:typeRealloc (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dsafe_sprintf.c164 buffer = typeRealloc(char, length, buffer); in _nc_printf_length()
239 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
260 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
270 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
/dports/devel/ncurses/ncurses-6.3/ncurses/trace/
H A Dtrace_buf.c54 if ((MyList = typeRealloc(TRACEBUF, need, MyList)) != 0) { in _nc_trace_alloc()
63 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text); in _nc_trace_alloc()
H A Dvisbuf.c136 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]); in _nc_visbuf2n()
209 mybuf[bufnum] = typeRealloc(char, WideLen(len), mybuf[bufnum]); in _nc_viswbuf2n()
269 mybuf = typeRealloc(wchar_t, mylen, mybuf); in _nc_viswibuf()
H A Dvarargs.c173 MyBuffer = typeRealloc(char, MyLength, MyBuffer); in _nc_varargs()
H A Dlib_tracedmp.c73 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_EXPORT()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtest_tparm.c322 all_terms = typeRealloc(char *, max_terms, all_terms); in main()
335 all_terms = typeRealloc(char *, max_terms, all_terms); in main()
367 all_caps = typeRealloc(char *, max_caps, all_caps); in main()
H A Dworm.c413 refs[y] = typeRealloc(int, (size_t) COLS, refs[y]); in update_refs()
425 refs = typeRealloc(int *, (size_t) LINES, refs); in update_refs()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CursesDialog/form/
H A Dnc_alloc.h81 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type)) macro
/dports/devel/cmake/cmake-3.22.1/Source/CursesDialog/form/
H A Dnc_alloc.h81 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type)) macro
/dports/devel/cmake-doc/cmake-3.22.1/Source/CursesDialog/form/
H A Dnc_alloc.h81 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type)) macro
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTChunk.c116 ? typeRealloc(char, ch->data, ch->allocated) in HTChunkRealloc()
167 ? typeRealloc(char, ch->data, ch->allocated) in HTChunkEnsure()
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTChunk.c116 ? typeRealloc(char, ch->data, ch->allocated) in HTChunkRealloc()
167 ? typeRealloc(char, ch->data, ch->allocated) in HTChunkEnsure()
H A DHTString.c1196 (*dest)->str = typeRealloc(char, (*dest)->str, len); in HTSABAlloc()
1271 t->str = typeRealloc(char, t->str, length); in HTSABCat()
H A DHTUtils.h374 #define typeRealloc(cast,ptr,ntypes) (cast *)realloc(ptr, (size_t)(ntypes)*sizeof(cast)) macro
/dports/devel/ncurses/ncurses-6.3/include/
H A Dnc_alloc.h120 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type)) macro
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dlib_tgoto.c92 if ((result = typeRealloc(char, length, result)) == 0) { in tgoto_internal()
H A Dobsolete.c92 bfr = typeRealloc(char, length, bfr); in _nc_memmove()
H A Dcomp_expand.c86 if ((buffer = typeRealloc(char, length = need, buffer)) == 0) in _nc_tic_expand()
H A Dlib_tparm.c483 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff)); in _nc_tparm_analyze()
625 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff)); in tparm_setup()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DTRSTable.c453 cells = typeRealloc(STable_cellinfo, me->cells, in Stbl_addCellToRow()
522 cells = typeRealloc(STable_cellinfo, me->cells, in Stbl_reserveCellsInRow()
972 rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_reserveCellsInTable()
1073 rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_addRowToTable()
1331 STable_rowinfo *rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_fakeFinishCellInTable()
1482 sumcols = typeRealloc(STable_cellinfo, me->sumcols, in Stbl_addCellToTable()
1678 sumcols = typeRealloc(STable_cellinfo, me->sumcols, in Stbl_addColInfo()
H A DUCAuto.c340 old_font = typeRealloc(char, old_font, nlen); in UCChangeTerminalCodepage()
343 old_umap = typeRealloc(char, old_umap, nlen); in UCChangeTerminalCodepage()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DTRSTable.c453 cells = typeRealloc(STable_cellinfo, me->cells, in Stbl_addCellToRow()
522 cells = typeRealloc(STable_cellinfo, me->cells, in Stbl_reserveCellsInRow()
972 rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_reserveCellsInTable()
1073 rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_addRowToTable()
1331 STable_rowinfo *rows = typeRealloc(STable_rowinfo, me->rows, in Stbl_fakeFinishCellInTable()
1482 sumcols = typeRealloc(STable_cellinfo, me->sumcols, in Stbl_addCellToTable()
1678 sumcols = typeRealloc(STable_cellinfo, me->sumcols, in Stbl_addColInfo()
H A DUCAuto.c339 old_font = typeRealloc(char, old_font, nlen); in UCChangeTerminalCodepage()
342 old_umap = typeRealloc(char, old_umap, nlen); in UCChangeTerminalCodepage()
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dhardscroll.c204 int *new_oldnums = typeRealloc(int, in NCURSES_SP_NAME()
/dports/devel/ncurses/ncurses-6.3/progs/
H A Dtoe.c102 ptr_termdata = typeRealloc(TERMDATA, len_termdata, ptr_termdata); in new_termdata()
440 cwd_buf = typeRealloc(char, cwd_len, cwd_buf); in typelist()

123