Searched refs:rl_completion_func_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltypedefs.h52 typedef char **rl_completion_func_t PARAMS((const char *, int, int)); typedef
H A Dreadline.h617 extern rl_completion_func_t *rl_attempted_completion_function;
H A Dcomplete.c198 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbracecomp.c175 rl_completion_func_t *orig_attempt_func;
185 rl_attempted_completion_function = (rl_completion_func_t *)NULL;
H A Dbashline.c2502 rl_completion_func_t *orig_attempt_func;
2507 rl_attempted_completion_function = (rl_completion_func_t *)NULL;
2561 rl_completion_func_t *orig_attempt_func;
2571 rl_attempted_completion_function = (rl_completion_func_t *)NULL;
2756 rl_completion_func_t *orig_attempt_func;
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dread.c683 static rl_completion_func_t *old_attempted_completion_function = 0;
704 rl_attempted_completion_function = (rl_completion_func_t *)NULL;
707 old_attempted_completion_function = (rl_completion_func_t *)NULL;

Completed in 226 milliseconds