Searched refs:BASENAMELEN (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dos_msdos.h84 # define BASENAMELEN (_USE_LFN?250:8) /* length of base of file name */ macro
86 # define BASENAMELEN 8 /* length of base of file name */ macro
H A Dos_amiga.h50 #ifndef BASENAMELEN
51 # define BASENAMELEN 26 /* Amiga */ macro
H A Dos_riscos.h26 #ifndef BASENAMELEN
27 # define BASENAMELEN 64 /* Same length as unzip */ macro
H A Dos_win32.h115 #ifndef BASENAMELEN
116 # define BASENAMELEN (_MAX_PATH - 5) /* length of base of file name */ macro
H A Dos_win16.h83 #define BASENAMELEN (MAXPATHL-5) /* length of base of file name */ macro
H A Dos_mac.h223 # define BASENAMELEN (32-5-1) /* length of base of filename */ macro
H A Dos_unix.h185 #define BASENAMELEN (MAXNAMLEN - 5) macro
H A Dfileio.c6319 /* the file name has at most BASENAMELEN characters. */
6321 if (STRLEN(ptr) > (unsigned)BASENAMELEN)
6322 ptr[BASENAMELEN] = '\0';
H A Dmisc1.c8792 buf = alloc((int)STRLEN(path) + BASENAMELEN + 5);
9093 buf = alloc((int)STRLEN(path) + BASENAMELEN + 5);

Completed in 130 milliseconds