Home
last modified time | relevance | path

Searched defs:keyseq (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfomap.c94 const char *keyseq, Keymap rootmap) in add_function_keyseq()
111 const char *keyseq, Keymap rootmap) in remove_function_keyseq()
206 const char *keyseq, KEYMAP_ENTRY *keyentry) in keymap_bind_keyseq()
1690 unsigned char keyseq[256]; in section_to_keymaps() local
H A Ddoc.h44 char *keyseq; member
H A Dsession.c4486 dispatch_error (char *keyseq) in dispatch_error()
/openbsd-src/gnu/lib/libreadline/
H A Dbind.c206 rl_set_key (keyseq, function, map) in rl_set_key() argument
218 rl_macro_bind (keyseq, macro, map) in rl_macro_bind() argument
242 rl_generic_bind (type, keyseq, data, map) in rl_generic_bind() argument
570 rl_function_of_keyseq (keyseq, map, type) in rl_function_of_keyseq() argument
2120 _rl_bind_if_unbound (keyseq, default_func) in _rl_bind_if_unbound() argument
/openbsd-src/lib/libedit/
H A Dreadline.c2260 rl_generic_bind(int type, const char * keyseq, const char * data, Keymap k) in rl_generic_bind()