HomeSort by: relevance | last modified time | path
    Searched defs:Keymap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
keymaps.h 39 /* A keymap contains one entry for each key in the ASCII set.
42 address of a keymap to indirect through.
56 typedef KEYMAP_ENTRY *Keymap;
58 /* The values that TYPE can have in a keymap entry. */
66 /* Return a new, empty keymap.
68 extern Keymap rl_make_bare_keymap (void);
70 /* Return a new keymap which is a copy of MAP. */
71 extern Keymap rl_copy_keymap (Keymap);
73 /* Return a new keymap with the printing characters bound to rl_insert
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
keymaps.h 39 /* A keymap contains one entry for each key in the ASCII set.
42 address of a keymap to indirect through.
56 typedef KEYMAP_ENTRY *Keymap;
58 /* The values that TYPE can have in a keymap entry. */
66 /* Return a new, empty keymap.
68 extern Keymap rl_make_bare_keymap (void);
70 /* Return a new keymap which is a copy of MAP. */
71 extern Keymap rl_copy_keymap (Keymap);
73 /* Return a new keymap with the printing characters bound to rl_insert
    [all...]
  /src/external/gpl2/texinfo/dist/info/
infomap.h 3 /* infomap.h -- description of a keymap in Info and related functions.
50 /* A keymap contains one entry for each key in the ASCII set.
53 address of a keymap to indirect through.
61 typedef KEYMAP_ENTRY *Keymap;
63 /* The values that TYPE can have in a keymap entry. */
67 extern Keymap info_keymap;
68 extern Keymap echo_area_keymap;
70 /* Return a new keymap which has all the uppercase letters mapped to run
72 extern Keymap keymap_make_keymap (void);
74 /* Return a new keymap which is a copy of MAP. *
    [all...]
  /src/lib/libedit/readline/
readline.h 74 typedef KEYMAP_ENTRY *Keymap;
260 Keymap rl_get_keymap(void);
261 void rl_set_keymap(Keymap);
262 Keymap rl_make_bare_keymap(void);
263 int rl_generic_bind(int, const char *, const char *, Keymap);
264 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
265 int rl_set_key(const char *, rl_command_func_t *, Keymap);
270 int rl_set_keymap_name(const char *, Keymap);

Completed in 69 milliseconds