Lines Matching defs:glob_limit
96 struct glob_limit {
166 static int glob0(const Char *, glob_t *, struct glob_limit *);
167 static int glob1(Char *, glob_t *, struct glob_limit *);
169 struct glob_limit *);
171 const Char *, glob_t *, struct glob_limit *);
172 static int globextend(const Char *, glob_t *, struct glob_limit *);
175 static int globexp1(const Char *, glob_t *, struct glob_limit *);
177 struct glob_limit *);
190 struct glob_limit limit = { 0, 0, 0, 0 };
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
245 if ((pglob->gl_flags & GLOB_LIMIT) &&
270 struct glob_limit *limit)
478 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
587 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit)
613 glob_t *pglob, struct glob_limit *limit)
638 if ((pglob->gl_flags & GLOB_LIMIT) &&
688 struct glob_limit *limit)
780 if ((pglob->gl_flags & GLOB_LIMIT) &&
891 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit)
902 if ((pglob->gl_flags & GLOB_LIMIT) &&
931 if ((pglob->gl_flags & GLOB_LIMIT) &&