Searched refs:FNAME_ILLEGAL (Results 1 – 5 of 5) sorted by relevance
75 #define FNAME_ILLEGAL ";*?`#%" // illegal characters in a file name macro
7 #define FNAME_ILLEGAL "|*#?%" // Illegal characters in a file name macro
81 #define FNAME_ILLEGAL "\"*?><|" // illegal characters in a file name macro
4044 #ifdef FNAME_ILLEGAL in addfile()4046 if (vim_strpbrk(f, (char_u *)FNAME_ILLEGAL) != NULL) in addfile()
364 #ifdef FNAME_ILLEGAL in ExpandOne()