write_glyphs     2935 src/dispextern.h   void (*write_glyphs) (struct window *w, struct glyph_row *row,
write_glyphs     3738 src/dispextern.h extern void write_glyphs (struct frame *, struct glyph *, int);
write_glyphs     3522 src/dispnew.c  		FRAME_RIF (f)->write_glyphs (w, row, row->glyphs[area],
write_glyphs     3957 src/dispnew.c      rif->write_glyphs (w, updated_row, desired_row->glyphs[area],
write_glyphs     4001 src/dispnew.c  	rif->write_glyphs (w, updated_row, desired_row->glyphs[TEXT_AREA],
write_glyphs     4149 src/dispnew.c  	      rif->write_glyphs (w, updated_row, start,
write_glyphs     4165 src/dispnew.c  	  rif->write_glyphs (w, updated_row, desired_glyph,
write_glyphs     5279 src/dispnew.c  	  write_glyphs (f, nbody, nlen);
write_glyphs     5326 src/dispnew.c  	      write_glyphs (f, nbody + i, j - i);
write_glyphs     5360 src/dispnew.c  	  write_glyphs (f, nbody + nsp, nlen - nsp);
write_glyphs     5469 src/dispnew.c  	      write_glyphs (f, nbody + nsp + begmatch, nlen - tem);
write_glyphs     5489 src/dispnew.c  	  write_glyphs (f, nbody + nsp + begmatch, out);
write_glyphs     5503 src/dispnew.c  	  write_glyphs (f, nbody + nsp + begmatch, nlen - tem);
write_glyphs      873 src/term.c     	write_glyphs (f, start, len);
write_glyphs     2475 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);