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

/macosx-10.10.1/ruby-106/ruby/
H A Ddir.c1453 struct glob_pattern **copy_beg, **copy_end, **cur2; local
1455 copy_beg = copy_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
1456 if (!copy_beg) return -1;
1460 for (cur = copy_beg; cur < copy_end; ++cur) {
1503 GLOB_FREE(copy_beg);

Completed in 166 milliseconds