Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c149 Keymap escmap; in rl_bind_key() local
151 escmap = FUNCTION_TO_KEYMAP (_rl_keymap, ESC); in rl_bind_key()
153 escmap[key].type = ISFUNC; in rl_bind_key()
154 escmap[key].function = function; in rl_bind_key()