Searched refs:globindex (Results 1 – 2 of 2) sorted by relevance
45 pat->globindex = -1; in glob_fixed()77 int globindex) in glob_set() argument95 pat->globindex = globindex; in glob_set()171 int globindex) in glob_range() argument185 pat->globindex = globindex; in glob_range()355 int globindex = 0; /* count "actual" globs */ in glob_parse() local406 res = glob_set(glob, &pattern, &pos, amount, globindex++); in glob_parse()413 res = glob_range(glob, &pattern, &pos, amount, globindex++); in glob_parse()626 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