Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfodoc.c794 static void pretty_keyseq_internal (char *keyseq, char *rep);
797 pretty_keyseq (char *keyseq)
802 if (*keyseq)
803 pretty_keyseq_internal (keyseq, keyseq_rep);
808 pretty_keyseq_internal (char *keyseq, char *rep)
810 if (term_kP && strncmp(keyseq, term_kP, strlen(term_kP)) == 0)
813 keyseq += strlen(term_kP);
815 else if (term_kN && strncmp(keyseq, term_kN, strlen(term_kN)) == 0)
818 keyseq += strlen(term_kN);
821 else if (term_kh && strncmp(keyseq, term_kh, strlen(term_kh)) == 0)
[all …]
H A Ddoc.h46 char *keyseq; member
100 extern char *pretty_keyseq (char *keyseq);
H A Dinfomap.c35 static int keymap_bind_keyseq (Keymap map, const char *keyseq,
83 for (p = (unsigned char *) k->keyseq; *p && m[*p].type == ISKMAP; p++) in find_function_keyseq()
96 const char *keyseq, Keymap rootmap) in add_function_keyseq() argument
107 ks->keyseq = xstrdup(keyseq); in add_function_keyseq()
113 const char *keyseq, Keymap rootmap) in remove_function_keyseq() argument
123 if (k->map == rootmap && strcmp(k->keyseq, keyseq) == 0) in remove_function_keyseq()
158 add_function_keyseq(map[i].function, ks->keyseq, newroot); in keymap_copy_keymap()
192 remove_function_keyseq (map[i].function, ks->keyseq, rootmap); in keymap_discard_keymap()
208 const char *keyseq, KEYMAP_ENTRY *keyentry) in keymap_bind_keyseq() argument
211 const unsigned char *s = (unsigned char *) keyseq; in keymap_bind_keyseq()
[all …]
H A Dsession.c4486 dispatch_error (char *keyseq) in dispatch_error() argument
4490 rep = pretty_keyseq (keyseq); in dispatch_error()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c138 char keyseq[4]; in rl_bind_key() local
161 keyseq[0] = ESC; in rl_bind_key()
184 keyseq[l++] = '\\'; in rl_bind_key()
185 keyseq[l++] = '\\'; in rl_bind_key()
189 keyseq[l++] = '\\'; in rl_bind_key()
190 keyseq[l++] = '0'; in rl_bind_key()
193 keyseq[l++] = key; in rl_bind_key()
194 keyseq[l] = '\0'; in rl_bind_key()
195 rl_bind_keyseq (keyseq, function); in rl_bind_key()
221 char *keyseq; in rl_bind_key_if_unbound_in_map() local
[all …]
H A DNEWS197 h. New user-settable variable `keyseq-timout', acts as an inter-character
H A DCHANGES565 h. New user-settable variable `keyseq-timout', acts as an inter-character
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi476 or the value of the user-settable @var{keyseq-timeout} variable.
482 the value of @var{keyseq-timeout}, it should increase the timeout or set
812 @deftypefun int rl_bind_keyseq (const char *keyseq, rl_command_func_t *function)
813 Bind the key sequence represented by the string @var{keyseq} to the function
816 The return value is non-zero if @var{keyseq} is invalid.
819 @deftypefun int rl_bind_keyseq_in_map (const char *keyseq, rl_command_func_t *function, Keymap map)
820 Bind the key sequence represented by the string @var{keyseq} to the function
823 The return value is non-zero if @var{keyseq} is invalid.
826 @deftypefun int rl_set_key (const char *keyseq, rl_command_func_t *function, Keymap map)
830 @deftypefun int rl_bind_keyseq_if_unbound (const char *keyseq, rl_command_func_t *function)
[all …]
H A Dreadline.info542 'keyseq-timeout'
2260 -- Function: int rl_bind_keyseq (const char *keyseq, rl_command_func_t
2267 -- Function: int rl_bind_keyseq_in_map (const char *keyseq,
2274 -- Function: int rl_set_key (const char *keyseq, rl_command_func_t
2278 -- Function: int rl_bind_keyseq_if_unbound (const char *keyseq,
2284 -- Function: int rl_bind_keyseq_if_unbound_in_map (const char *keyseq,
2290 -- Function: int rl_generic_bind (int type, const char *keyseq, char
2321 *keyseq, Keymap map, int *type)
2330 *keyseq, size_t len, Keymap map, int *type)
2708 -- Function: int rl_macro_bind (const char *keyseq, const char *macro,
H A Drluser.texi631 @item keyseq-timeout
835 @item @w{"@var{keyseq}": @var{function-name} or @var{macro}}
836 @var{keyseq} differs from @var{keyname} above in that strings
H A Drluserman.info540 'keyseq-timeout'
/netbsd-src/lib/libedit/
H A Dreadline.c2520 const char * keyseq __attribute__((__unused__)), in rl_generic_bind() argument
2537 rl_set_key(const char *keyseq __attribute__((__unused__)), in rl_set_key() argument