Searched refs:p_alt (Results 1 – 1 of 1) sorted by relevance
3357 char_u *p_alt; in dos_expandpath() local3480 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(®match, p_alt, (colnr_T)0)))) in dos_expandpath()3530 vim_free(p_alt); in dos_expandpath()