write_glyphs     2974 src/dispextern.h   void (*write_glyphs) (struct window *w, struct glyph_row *row,
write_glyphs     3798 src/dispextern.h extern void write_glyphs (struct frame *, struct glyph *, int);
write_glyphs     3554 src/dispnew.c  		FRAME_RIF (f)->write_glyphs (w, row, row->glyphs[area],
write_glyphs     3989 src/dispnew.c      rif->write_glyphs (w, updated_row, desired_row->glyphs[area],
write_glyphs     4033 src/dispnew.c  	rif->write_glyphs (w, updated_row, desired_row->glyphs[TEXT_AREA],
write_glyphs     4181 src/dispnew.c  	      rif->write_glyphs (w, updated_row, start,
write_glyphs     4197 src/dispnew.c  	  rif->write_glyphs (w, updated_row, desired_glyph,
write_glyphs     5318 src/dispnew.c  	  write_glyphs (f, nbody, nlen);
write_glyphs     5365 src/dispnew.c  	      write_glyphs (f, nbody + i, j - i);
write_glyphs     5399 src/dispnew.c  	  write_glyphs (f, nbody + nsp, nlen - nsp);
write_glyphs     5514 src/dispnew.c  	      write_glyphs (f, nbody + nsp + begmatch, nlen - tem);
write_glyphs     5534 src/dispnew.c  	  write_glyphs (f, nbody + nsp + begmatch, out);
write_glyphs     5548 src/dispnew.c  	  write_glyphs (f, nbody + nsp + begmatch, nlen - tem);
write_glyphs      900 src/term.c     	write_glyphs (f, start, len);
write_glyphs     2543 src/term.c         write_glyphs (f, row->glyphs[TEXT_AREA] + start_hpos, nglyphs);
write_glyphs      447 src/w32console.c       write_glyphs (f, row->glyphs[TEXT_AREA] + start_hpos, nglyphs);