Home | History | Annotate | Download | only in src

Lines Matching defs:wp

674  * are added to wp.
677 glob_table(const char *pat, XPtrV *wp, struct table *tp)
688 XPput(*wp, cp);
693 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath)
729 oldsize = XPsize(*wp);
731 glob_str(Xstring(xs, xp), wp, 1);
732 newsize = XPsize(*wp);
735 words = (char **)XPptrv(*wp);
746 wp->cur = (void **)&words[j];