glob_pattern     1395 dir.c              struct glob_pattern *next;
glob_pattern     1400 dir.c          static struct glob_pattern *
glob_pattern     1403 dir.c              struct glob_pattern *list, *tmp, **tail = &list;
glob_pattern     1408 dir.c          	tmp = GLOB_ALLOC(struct glob_pattern);
glob_pattern     1453 dir.c              tmp = GLOB_ALLOC(struct glob_pattern);
glob_pattern     1472 dir.c          	struct glob_pattern *tmp = list;
glob_pattern     1702 dir.c              struct glob_pattern **cur, **new_beg, **new_end;
glob_pattern     1707 dir.c          	struct glob_pattern *p = *cur;
glob_pattern     1859 dir.c          	    new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, (end - beg) * 2);
glob_pattern     1867 dir.c          		struct glob_pattern *p = *cur;
glob_pattern     1902 dir.c          	struct glob_pattern **copy_beg, **copy_end, **cur2;
glob_pattern     1907 dir.c          	copy_beg = copy_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
glob_pattern     1927 dir.c          		new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
glob_pattern     1973 dir.c              struct glob_pattern *list;