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

/macosx-10.10.1/vim-55/src/
H A Dos_msdos.h76 #ifndef DFLT_MAXMEM
77 # define DFLT_MAXMEM 256 /* use up to 256Kbyte for buffer */ macro
H A Dos_amiga.h199 #ifndef DFLT_MAXMEM
200 # define DFLT_MAXMEM 256 /* use up to 256Kbyte for buffer */ macro
H A Dos_riscos.h138 #ifndef DFLT_MAXMEM
139 # define DFLT_MAXMEM (5*1024) /* use up to 5 Mbyte for a buffer */ macro
H A Dos_win16.h85 #ifndef DFLT_MAXMEM
86 # define DFLT_MAXMEM (256) /* use up to 256K for a buffer*/ macro
H A Dos_mac.h226 #ifndef DFLT_MAXMEM
227 # define DFLT_MAXMEM 512 /* use up to 512 Kbyte for buffer */ macro
H A Dos_win32.h121 #ifndef DFLT_MAXMEM
122 # define DFLT_MAXMEM (2*1024) /* use up to 2 Mbyte for a buffer */ macro
H A Dos_unix.h446 # ifndef DFLT_MAXMEM
447 # define DFLT_MAXMEM (2*1024) macro
453 # ifndef DFLT_MAXMEM
454 # define DFLT_MAXMEM (5*1024) /* use up to 5 Mbyte for a buffer */ macro
H A Doption.c1762 {(char_u *)DFLT_MAXMEM, (char_u *)0L}

Completed in 103 milliseconds