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

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 277 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable
1221 variable rl_attempted_completion_function. */
1222 if (rl_attempted_completion_function)
1224 matches = (*rl_attempted_completion_function) (text, start, end);
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 277 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable
1221 variable rl_attempted_completion_function. */
1222 if (rl_attempted_completion_function)
1224 matches = (*rl_attempted_completion_function) (text, start, end);
  /src/lib/libedit/
readline.c 118 rl_completion_func_t *rl_attempted_completion_function = NULL; variable
1986 rl_attempted_completion_function,

Completed in 29 milliseconds