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

/macosx-10.9.5/vim-53/src/
H A Dos_msdos.h79 #ifndef DFLT_MAXMEMTOT
80 # define DFLT_MAXMEMTOT 0 /* decide in set_init */ macro
H A Dos_amiga.h202 #ifndef DFLT_MAXMEMTOT
203 # define DFLT_MAXMEMTOT 0 /* decide in set_init */ macro
H A Dos_riscos.h142 #ifndef DFLT_MAXMEMTOT
143 # define DFLT_MAXMEMTOT (10*1024) /* use up to 10 Mbyte for Vim */ macro
H A Dos_win16.h89 #ifndef DFLT_MAXMEMTOT
90 # define DFLT_MAXMEMTOT (5*1024) /* use up to 5 Mbyte for Vim */ macro
H A Dos_mac.h230 #ifndef DFLT_MAXMEMTOT
231 # define DFLT_MAXMEMTOT 2048 /* use up to 2048 Kbyte for Vim */ macro
H A Dos_win32.h125 #ifndef DFLT_MAXMEMTOT
126 # define DFLT_MAXMEMTOT (5*1024) /* use up to 5 Mbyte for Vim */ macro
H A Dos_unix.h449 # ifndef DFLT_MAXMEMTOT
450 # define DFLT_MAXMEMTOT (5*1024) macro
456 # ifndef DFLT_MAXMEMTOT
457 # define DFLT_MAXMEMTOT (10*1024) /* use up to 10 Mbyte for Vim */ macro
H A Doption.c1769 {(char_u *)DFLT_MAXMEMTOT, (char_u *)0L}

Completed in 203 milliseconds