Searched defs:DFLT_MAXMEM (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dos_msdos.h77 # define DFLT_MAXMEM 256 /* use up to 256Kbyte for buffer */ macro
H A Dos_amiga.h200 # define DFLT_MAXMEM 256 /* use up to 256Kbyte for buffer */ macro
H A Dos_riscos.h139 # define DFLT_MAXMEM (5*1024) /* use up to 5 Mbyte for a buffer */ macro
H A Dos_win16.h86 # define DFLT_MAXMEM (256) /* use up to 256K for a buffer*/ macro
H A Dos_win32.h122 # define DFLT_MAXMEM (2*1024) /* use up to 2 Mbyte for a buffer */ macro
H A Dos_mac.h227 # define DFLT_MAXMEM 512 /* use up to 512 Kbyte for buffer */ macro
H A Dos_unix.h447 # define DFLT_MAXMEM (2*1024) macro
454 # define DFLT_MAXMEM (5*1024) /* use up to 5 Mbyte for a buffer */ macro

Completed in 229 milliseconds