xnrealloc         252 lib-src/etags.c #define xrnew(op, n, m) ((op) = xnrealloc (op, n, (m) * sizeof *(op)))
xnrealloc         426 lib-src/etags.c static void *xnrealloc (void *, ptrdiff_t, ptrdiff_t)
xnrealloc         510 src/dispnew.c  		= xnrealloc (row->glyphs[LEFT_MARGIN_AREA],
xnrealloc        4694 src/dispnew.c        row_table = xnrealloc (row_table, size, sizeof *row_table);
xnrealloc        4706 src/dispnew.c        runs = xnrealloc (runs, desired_matrix->nrows, sizeof *runs);
xnrealloc        4707 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        5307 src/lisp.h     extern void *xnrealloc (void *, ptrdiff_t, ptrdiff_t)
xnrealloc        4186 src/regex-emacs.c 			= xnrealloc (regs->start, n, sizeof *regs->start);
xnrealloc        4187 src/regex-emacs.c 		      regs->end = xnrealloc (regs->end, n, sizeof *regs->end);
xnrealloc         973 src/scroll.c       xnrealloc (FRAME_INSERT_COST (frame), frame_total_lines, sizeof (int));
xnrealloc         975 src/scroll.c       xnrealloc (FRAME_DELETEN_COST (frame), frame_total_lines, sizeof (int));
xnrealloc         977 src/scroll.c       xnrealloc (FRAME_INSERTN_COST (frame), frame_total_lines, sizeof (int));
xnrealloc         979 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)