Searched refs:FNAME_ILLEGAL (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dos_msdos.h54 #define FNAME_ILLEGAL "\"*?><|" /* illegal characters in a file name */ macro
H A Dos_amiga.h70 #define FNAME_ILLEGAL ";*?`#%" /* illegal characters in a file name */ macro
H A Dos_os2_cfg.h14 #define FNAME_ILLEGAL "\"*?><|" /* illegal characters in a file name */ macro
H A Dos_vms_conf.h5 #define FNAME_ILLEGAL "|*#?%" /* Illegal characters in a file name */ macro
H A Dos_win16.h56 #define FNAME_ILLEGAL "\"*?><|" /* illegal characters in a file name */ macro
H A Dos_win32.h92 #define FNAME_ILLEGAL "\"*?><|" /* illegal characters in a file name */ macro
H A Dmisc1.c9958 #ifdef FNAME_ILLEGAL
9960 if (vim_strpbrk(f, (char_u *)FNAME_ILLEGAL) != NULL)
H A Dex_getln.c3499 #ifdef FNAME_ILLEGAL

Completed in 310 milliseconds