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

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 312 rl_cpvfunc_t *rl_completion_word_break_hook = (rl_cpvfunc_t *)NULL; variable
1090 if (rl_completion_word_break_hook)
1091 brkchars = (*rl_completion_word_break_hook) ();
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 312 rl_cpvfunc_t *rl_completion_word_break_hook = (rl_cpvfunc_t *)NULL; variable
1090 if (rl_completion_word_break_hook)
1091 brkchars = (*rl_completion_word_break_hook) ();
  /src/lib/libedit/
readline.c 117 char *(*rl_completion_word_break_hook)(void) = NULL; variable
1986 if (rl_completion_word_break_hook != NULL)
1987 breakchars = (*rl_completion_word_break_hook)();

Completed in 71 milliseconds