Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c3357 char_u *p_alt; in dos_expandpath() local
3480 p_alt = NULL; in dos_expandpath()
3482 p_alt = utf16_to_enc(wfb.cAlternateFileName, NULL); in dos_expandpath()
3492 || (p_alt != NULL in dos_expandpath()
3493 && vim_regexec(&regmatch, p_alt, (colnr_T)0)))) in dos_expandpath()
3530 vim_free(p_alt); in dos_expandpath()