HomeSort by: relevance | last modified time | path
    Searched refs:rl_complete (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libedit/readline/
readline.h 210 int rl_complete(int, int);
  /src/lib/libedit/
readline.c 65 /* for rl_complete() */
374 el_set(e, EL_ADDFN, "rl_complete",
377 el_set(e, EL_BIND, "^I", "rl_complete", NULL);
1970 rl_complete(int ignore __attribute__((__unused__)), int invoking_key)
2012 return (unsigned char)rl_complete(0, ch);
1960 rl_complete(int ignore __attribute__((__unused__)), int invoking_key) function
  /src/external/gpl3/gdb/dist/readline/readline/
funmap.c 78 { "complete", rl_complete },
readline.h 157 extern int rl_complete (int, int);
emacs_keymap.c 44 { ISFUNC, rl_complete }, /* Control-i */
346 { ISFUNC, rl_complete }, /* Meta-Control-[ */
complete.c 434 rl_complete (int ignore, int invoking_key) function
441 else if (rl_last_func == rl_complete && completion_changed_buffer == 0 && last_completion_failed == 0)
443 else if (rl_last_func == rl_complete && completion_changed_buffer == 0)
454 /* List the possible completions. See description of rl_complete (). */
470 the same tests as rl_complete. This allows consecutive calls to an
2170 _rl_ttymsg ("bad value %d for what_to_do in rl_complete", what_to_do);
vi_keymap.c 323 { ISFUNC, rl_complete }, /* Control-i */
vi_mode.c 401 rl_complete (0, key);
  /src/external/gpl3/gdb.old/dist/readline/readline/
funmap.c 78 { "complete", rl_complete },
readline.h 157 extern int rl_complete (int, int);
emacs_keymap.c 44 { ISFUNC, rl_complete }, /* Control-i */
346 { ISFUNC, rl_complete }, /* Meta-Control-[ */
complete.c 434 rl_complete (int ignore, int invoking_key) function
441 else if (rl_last_func == rl_complete && completion_changed_buffer == 0 && last_completion_failed == 0)
443 else if (rl_last_func == rl_complete && completion_changed_buffer == 0)
454 /* List the possible completions. See description of rl_complete (). */
470 the same tests as rl_complete. This allows consecutive calls to an
2170 _rl_ttymsg ("bad value %d for what_to_do in rl_complete", what_to_do);
vi_keymap.c 323 { ISFUNC, rl_complete }, /* Control-i */
vi_mode.c 401 rl_complete (0, key);
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 1018 bring them in sync with what rl_complete expects. The
1021 rl_complete expects us to return "bar" and "baz", without the
1029 completion, because rl_complete will prepend "/foo/" to each
  /src/external/gpl3/gdb/dist/gdb/
completer.c 1018 bring them in sync with what rl_complete expects. The
1021 rl_complete expects us to return "bar" and "baz", without the
1029 completion, because rl_complete will prepend "/foo/" to each

Completed in 34 milliseconds