Home
last modified time | relevance | path

Searched refs:command_subst_completion_function (Results 1 – 1 of 1) sorted by relevance

/dports/shells/bash/bash-5.1/
H A Dbashline.c172 static char *command_subst_completion_function PARAMS((const char *, int));
1592 matches = rl_completion_matches (text, command_subst_completion_function);
1742 matches = rl_completion_matches (text, command_subst_completion_function);
2316 command_subst_completion_function (text, state) in command_subst_completion_function() function