Searched refs:TEMPNAMELEN (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dos_msdos.h74 #define TEMPNAMELEN 128 macro
H A Dos_amiga.h56 # define TEMPNAMELEN 12 macro
H A Dos_riscos.h32 # define TEMPNAMELEN 25 macro
H A Dos_unix.h410 # define TEMPNAMELEN 128 macro
417 # define TEMPNAMELEN 28 macro
420 # define TEMPNAMELEN 256 macro
H A Dos_win32.h119 #define TEMPNAMELEN _MAX_PATH /* length of temp file name path */ macro
H A Dfileio.c7392 char_u itmp[TEMPNAMELEN];
7423 expand_env((char_u *)tempdirs[i], itmp, TEMPNAMELEN - 20);

Completed in 84 milliseconds