rest              388 maint/gnulib/lib/glob.c           const char *rest;
rest              419 maint/gnulib/lib/glob.c           rest = next;
rest              420 maint/gnulib/lib/glob.c           while (*rest != '}')
rest              422 maint/gnulib/lib/glob.c               rest = next_brace_sub (rest + 1, flags);
rest              423 maint/gnulib/lib/glob.c               if (rest == NULL)
rest              429 maint/gnulib/lib/glob.c           rest_len = strlen (++rest) + 1;
rest              444 maint/gnulib/lib/glob.c               mempcpy (mempcpy (alt_start, p, next - p), rest, rest_len);