Home
last modified time | relevance | path

Searched refs:Meta_p (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfomap.h40 #define Meta_p(c) (((c) > meta_character_threshold)) macro
Dinfodoc.c659 if (Meta_p (keystroke))
703 unsigned char lowerkey = Meta_p(keystroke)
747 if (Meta_p (key))
Dsession.c3966 if (!Meta_p (key) || key > 32) in incremental_search()
4593 if (Meta_p (key) && (!ISO_Latin_p || map[key].function != ea_insert)) in info_dispatch_on_key()
4625 lowerkey = Meta_p(key) ? Meta (tolower (UnMeta (key))) : tolower (key); in info_dispatch_on_key()
4755 if (Meta_p (key))
4765 if (Meta_p (key))
4779 if (Meta_p (key))