Searched refs:globpat (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dpcomplib.c59 ret->globpat = (char *)NULL;
77 FREE (cs->globpat);
101 new->globpat = STRDUP (cs->globpat);
H A Dpcomplete.h32 char *globpat; member in struct:compspec
H A Dbashline.c1493 static int old_glob_ignore_case, globpat; local
1522 globpat = glob_pattern_p (hint_text);
1528 if (globpat || absolute_program (hint_text))
1569 if (globpat)
H A Dpcomplete.c790 /* Generate a list of matches for CS->globpat. Unresolved: should this use
792 use TEXT, just globs CS->globpat and returns the results. If we do decide
803 sl->list = glob_filename (cs->globpat, 0);
1220 if (cs->globpat)

Completed in 90 milliseconds