Searched refs:lowerkey (Results 1 – 2 of 2) sorted by relevance
705 unsigned char lowerkey = Meta_p(keystroke)709 if (map[lowerkey].function == (InfoCommand *)NULL)
4623 unsigned char lowerkey; in info_dispatch_on_key() local4625 lowerkey = Meta_p(key) ? Meta (tolower (UnMeta (key))) : tolower (key); in info_dispatch_on_key()4626 if (lowerkey == key) in info_dispatch_on_key()4632 info_dispatch_on_key (lowerkey, map); in info_dispatch_on_key()