HomeSort by relevance Sort by last modified time
    Searched defs:Keymap (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/editline/
readline.h 71 typedef KEYMAP_ENTRY *Keymap;
213 Keymap rl_get_keymap(void);
214 void rl_set_keymap(Keymap);
215 Keymap rl_make_bare_keymap(void);
216 int rl_generic_bind(int, const char *, const char *, Keymap);
217 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
  /prebuilts/libs/libedit/include/editline/
readline.h 71 typedef KEYMAP_ENTRY *Keymap;
213 Keymap rl_get_keymap(void);
214 void rl_set_keymap(Keymap);
215 Keymap rl_make_bare_keymap(void);
216 int rl_generic_bind(int, const char *, const char *, Keymap);
217 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);

Completed in 30 milliseconds