xnrealloc 251 lib-src/etags.c #define xrnew(op, n, m) ((op) = xnrealloc (op, n, (m) * sizeof *(op))) xnrealloc 425 lib-src/etags.c static void *xnrealloc (void *, ptrdiff_t, ptrdiff_t) xnrealloc 506 src/dispnew.c = xnrealloc (row->glyphs[LEFT_MARGIN_AREA], xnrealloc 4662 src/dispnew.c row_table = xnrealloc (row_table, size, sizeof *row_table); xnrealloc 4674 src/dispnew.c runs = xnrealloc (runs, desired_matrix->nrows, sizeof *runs); xnrealloc 4675 src/dispnew.c run_pool = xnrealloc (run_pool, desired_matrix->nrows, sizeof *run_pool); xnrealloc 4317 src/gtkutil.c id_to_widget.widgets = xnrealloc (id_to_widget.widgets, xnrealloc 169 src/hbfont.c language_tags = xnrealloc (language_tags, language_count, xnrealloc 184 src/hbfont.c feature_tags = xnrealloc (feature_tags, feature_count, xnrealloc 5270 src/lisp.h extern void *xnrealloc (void *, ptrdiff_t, ptrdiff_t) xnrealloc 4191 src/regex-emacs.c = xnrealloc (regs->start, n, sizeof *regs->start); xnrealloc 4192 src/regex-emacs.c regs->end = xnrealloc (regs->end, n, sizeof *regs->end); xnrealloc 968 src/scroll.c xnrealloc (FRAME_INSERT_COST (frame), frame_total_lines, sizeof (int)); xnrealloc 970 src/scroll.c xnrealloc (FRAME_DELETEN_COST (frame), frame_total_lines, sizeof (int)); xnrealloc 972 src/scroll.c xnrealloc (FRAME_INSERTN_COST (frame), frame_total_lines, sizeof (int)); xnrealloc 974 src/scroll.c xnrealloc (FRAME_DELETE_COST (frame), frame_total_lines, sizeof (int)); xnrealloc 4508 test/manual/etags/c-src/emacs/src/lisp.h extern void *xnrealloc (void *, ptrdiff_t, ptrdiff_t)