Home
last modified time | relevance | path

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

/dports/shells/bash/bash-5.1/
H A Dbashline.c255 static int completion_glob_pattern PARAMS((char *));
1827 if (!matches && completion_glob_pattern ((char *)text))
1936 globpat = completion_glob_pattern ((char *)hint_text);
3823 completion_glob_pattern (string) in completion_glob_pattern() function
3993 if (t && completion_glob_pattern (t) == 0)
H A DChangeLog5009 - completion_glob_pattern: new function, returns true if the passed
5368 - completion_glob_pattern: make sure to skip over a character quoted
6193 - completion_glob_pattern: just call glob_pattern_p and make sure it
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog5009 - completion_glob_pattern: new function, returns true if the passed
5368 - completion_glob_pattern: make sure to skip over a character quoted
6193 - completion_glob_pattern: just call glob_pattern_p and make sure it