Searched refs:globindex (Results 1 – 2 of 2) sorted by relevance
43 pat->globindex = -1; in glob_fixed()79 int globindex) in glob_set() argument97 pat->globindex = globindex; in glob_set()173 int globindex) in glob_range() argument187 pat->globindex = globindex; in glob_range()359 int globindex = 0; /* count "actual" globs */ in glob_parse() local412 res = glob_set(glob, &pattern, &pos, amount, globindex++); in glob_parse()419 res = glob_range(glob, &pattern, &pos, amount, globindex++); in glob_parse()633 if(glob->pattern[i].globindex == (int)num) { in glob_match_url()
34 int globindex; /* the number of this particular glob or -1 if not used member