Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dterminal.c265 return ALLOCATE_ZEROED_PSEUDOVECTOR (struct terminal, glyph_code_table, in allocate_terminal()
576 t->glyph_code_table = glyphtab; in calculate_glyph_code_table()
594 if (NILP (t->glyph_code_table) || ch == MAX_CHAR) in terminal_glyph_code()
597 if (! EQ (t->glyph_code_table, Qt)) in terminal_glyph_code()
598 return char_table_ref (t->glyph_code_table, ch); in terminal_glyph_code()
H A Dtermhooks.h454 Lisp_Object glyph_code_table; member
/dports/editors/emacs/emacs-27.2/src/
H A Dterminal.c265 return ALLOCATE_ZEROED_PSEUDOVECTOR (struct terminal, glyph_code_table, in allocate_terminal()
572 t->glyph_code_table = glyphtab; in calculate_glyph_code_table()
590 if (NILP (t->glyph_code_table) || ch == MAX_CHAR) in terminal_glyph_code()
593 if (! EQ (t->glyph_code_table, Qt)) in terminal_glyph_code()
594 return char_table_ref (t->glyph_code_table, ch); in terminal_glyph_code()
H A Dtermhooks.h415 Lisp_Object glyph_code_table; member