globexp1
static int globexp1(const Char *, glob_t *, struct glob_limit *);
return (globexp1(patbuf, pglob, &limit));
*rv = globexp1(patbuf, pglob, limit);
static int globexp1(const Char *, glob_t *, struct glob_lim *);
return globexp1(patbuf, pglob, &limit);
rv = globexp1(patbuf, pglob, limitp);