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

  /src/external/gpl3/gdb/dist/readline/readline/
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);
  /src/external/gpl3/gdb.old/dist/readline/readline/
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
2152 _rl_ttymsg ("bad value %d for what_to_do in rl_complete", what_to_do);
  /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);
1960 rl_complete(int ignore __attribute__((__unused__)), int invoking_key) function
2002 return (unsigned char)rl_complete(0, ch);

Completed in 33 milliseconds