Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_amiga.h75 #define FNAME_ILLEGAL ";*?`#%" // illegal characters in a file name macro
H A Dos_vms_conf.h7 #define FNAME_ILLEGAL "|*#?%" // Illegal characters in a file name macro
H A Dos_win32.h81 #define FNAME_ILLEGAL "\"*?><|" // illegal characters in a file name macro
H A Dfilepath.c4044 #ifdef FNAME_ILLEGAL in addfile()
4046 if (vim_strpbrk(f, (char_u *)FNAME_ILLEGAL) != NULL) in addfile()
H A Dcmdexpand.c364 #ifdef FNAME_ILLEGAL in ExpandOne()