Home
last modified time | relevance | path

Searched refs:didstar (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfilepath.pro55 int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags, int didstar);
/vim-8.2.3635/src/
H A Dfilepath.c3339 int didstar) // expanded "**" once already in dos_expandpath() argument
3453 if (!didstar && stardepth < 100 && starstar && e - s == 2 in dos_expandpath()
3584 int didstar) // expanded "**" once already in unix_expandpath() argument
3698 if (!didstar && stardepth < 100 && starstar && e - s == 2 in unix_expandpath()