Searched refs:didstar (Results 1 – 2 of 2) sorted by relevance
55 int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags, int didstar);
3339 int didstar) // expanded "**" once already in dos_expandpath() argument3453 if (!didstar && stardepth < 100 && starstar && e - s == 2 in dos_expandpath()3584 int didstar) // expanded "**" once already in unix_expandpath() argument3698 if (!didstar && stardepth < 100 && starstar && e - s == 2 in unix_expandpath()