Home
last modified time | relevance | path

Searched refs:tab_as_ci (Results 1 – 2 of 2) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c2177 bool tab_as_ci; in push_key_description() local
2191 tab_as_ci = (c2 == '\t' && (c & meta_modifier)); in push_key_description()
2201 || tab_as_ci) in push_key_description()
2239 else if (tab_as_ci) in push_key_description()
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c2116 bool tab_as_ci; in push_key_description() local
2130 tab_as_ci = (c2 == '\t' && (c & meta_modifier)); in push_key_description()
2140 || tab_as_ci) in push_key_description()
2178 else if (tab_as_ci) in push_key_description()