Home
last modified time | relevance | path

Searched refs:glyph_base (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32console.c144 static struct glyph glyph_base[80]; variable
145 static struct glyph *glyphs = glyph_base;
146 static size_t glyphs_len = ARRAYELTS (glyph_base);
158 if (glyphs == glyph_base) in w32con_clear_end_of_line()
799 if (glyphs != glyph_base) in initialize_w32_display()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32console.c144 static struct glyph glyph_base[80]; variable
145 static struct glyph *glyphs = glyph_base;
146 static size_t glyphs_len = ARRAYELTS (glyph_base);
158 if (glyphs == glyph_base) in w32con_clear_end_of_line()
799 if (glyphs != glyph_base) in initialize_w32_display()
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.382771 * src/w32console.c <glyph_base>: Reduce the number of elements
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3171351 * src/w32console.c <glyph_base>: Reduce the number of elements