Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c3347 int starts_with_dot; in dos_expandpath() local
3425 starts_with_dot = *s == '.'; in dos_expandpath()
3486 if ((p[0] != '.' || starts_with_dot in dos_expandpath()
3592 int starts_with_dot; in unix_expandpath() local
3670 starts_with_dot = *s == '.'; in unix_expandpath()
3719 if ((dp->d_name[0] != '.' || starts_with_dot in unix_expandpath()