Lines Matching defs:keystroke
331 /* Get a list of commands which have no keystroke equivs. */
647 unsigned char keystroke;
658 keystroke = info_get_input_char ();
662 if (Meta_p (keystroke))
667 (_("ESC %s is undefined."), pretty_keyname (UnMeta (keystroke)));
672 keystroke = UnMeta (keystroke);
677 /* Add the KEYSTROKE to our list. */
678 *k++ = keystroke;
681 if (map[keystroke].function == (InfoCommand *)NULL)
687 else if (map[keystroke].type == ISKMAP)
689 map = (Keymap)map[keystroke].function;
703 if (InfoFunction(map[keystroke].function)
706 unsigned char lowerkey = Meta_p(keystroke)
707 ? Meta (tolower (UnMeta (keystroke)))
708 : tolower (keystroke);
722 funname = function_name (map[keystroke].function);
725 fundoc = function_documentation (map[keystroke].function);
1121 of that keystroke. */