Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dfunmap.c78 { "complete", rl_complete },
H A Demacs_keymap.c44 { ISFUNC, rl_complete }, /* Control-i */
346 { ISFUNC, rl_complete }, /* Meta-Control-[ */
H A Dcomplete.c434 rl_complete (int ignore, int invoking_key) in rl_complete() function
441 …else if (rl_last_func == rl_complete && completion_changed_buffer == 0 && last_completion_failed =… in rl_complete()
443 else if (rl_last_func == rl_complete && completion_changed_buffer == 0) in rl_complete()
H A Dreadline.h156 extern int rl_complete PARAMS((int, int));
H A Dvi_keymap.c323 { ISFUNC, rl_complete }, /* Control-i */
H A Dvi_mode.c418 rl_complete (0, key); in rl_vi_complete()
H A DNEWS293 the key that invoked rl_complete or rl_menu_complete.
H A DChangeLog.gdb1466 * readline.c: rl_complete (); second call in a row causes possible
H A DCHANGES802 the key that invoked rl_complete or rl_menu_complete.
/netbsd-src/lib/libedit/readline/
H A Dreadline.h210 int rl_complete(int, int);
/netbsd-src/lib/libedit/
H A Dreadline.c1959 rl_complete(int ignore __attribute__((__unused__)), int invoking_key) in rl_complete() function
2001 return (unsigned char)rl_complete(0, ch); in _el_rl_complete()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dvi_keymap.c323 { ISFUNC, rl_complete }, /* Control-i */
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi1853 The user-interface function @code{rl_complete()}. This function is
1888 @deftypefun int rl_complete (int ignore, int invoking_key)
1922 @deftypefun int rl_complete (int ignore, int invoking_key)
1932 List the possible completions. See description of @code{rl_complete
1939 partially-completed word. See description of @code{rl_complete()}.
1949 the same interface as @code{rl_complete()}.
1996 set to @code{NULL}, then @code{rl_complete()} will call the value of
2280 the same interface as @code{rl_complete()}.
H A Dreadline.info3239 1. The user-interface function 'rl_complete()'. This function is
3268 -- Function: int rl_complete (int ignore, int invoking_key)
3302 -- Function: int rl_complete (int ignore, int invoking_key)
3311 List the possible completions. See description of 'rl_complete
3316 partially-completed word. See description of 'rl_complete()'.
3324 function to present the same interface as 'rl_complete()'.
3370 or if this variable is set to 'NULL', then 'rl_complete()' will
3630 such functions to present the same interface as 'rl_complete()'.
4869 * rl_complete: How Completing Works.
4871 * rl_complete <1>: Completion Functions.