Searched refs:rl_complete (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h176 int rl_complete(int, int);
/freebsd-9.3-release/contrib/libreadline/
H A Dfunmap.c76 { "complete", rl_complete },
H A Dreadline.h152 extern int rl_complete PARAMS((int, int));
H A Demacs_keymap.c45 { ISFUNC, rl_complete }, /* Control-i */
347 { ISFUNC, rl_complete }, /* Meta-Control-[ */
H A Dcomplete.c344 rl_complete (ignore, invoking_key) function
349 else if (rl_last_func == rl_complete && !completion_changed_buffer)
359 /* List the possible completions. See description of rl_complete (). */
375 the same tests as rl_complete. This allows consecutive calls to an
1746 fprintf (stderr, "\r\nreadline: bad value %d for what_to_do in rl_complete\n", what_to_do);
H A Dvi_keymap.c325 { ISFUNC, rl_complete }, /* Control-i */
H A Dvi_mode.c341 rl_complete (0, key);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcompleter.c307 bring them in sync with what rl_complete expects. The
310 rl_complete expects us to return "bar" and "baz", without the
318 completion, because rl_complete will prepend "/foo/" to each
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c61 /* for rl_complete() */
331 el_set(e, EL_ADDFN, "rl_complete",
334 el_set(e, EL_BIND, "^I", "rl_complete", NULL);
1746 rl_complete(int ignore __attribute__((__unused__)), int invoking_key) function
1780 return (unsigned char)rl_complete(0, ch);

Completed in 153 milliseconds