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

  /src/lib/libedit/readline/
readline.h 121 extern char *(*rl_completion_word_break_hook)(void);
  /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)();
  /src/external/gpl3/gdb/dist/readline/readline/
readline.h 712 extern rl_cpvfunc_t *rl_completion_word_break_hook;
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/
readline.h 712 extern rl_cpvfunc_t *rl_completion_word_break_hook;
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/gdb/
completer.c 2320 word point. We do that by making our rl_completion_word_break_hook
3523 rl_completion_word_break_hook = gdb_completion_word_break_characters;
  /src/external/gpl3/gdb/dist/gdb/
completer.c 2320 word point. We do that by making our rl_completion_word_break_hook
3521 rl_completion_word_break_hook = gdb_completion_word_break_characters;

Completed in 27 milliseconds