Home
last modified time | relevance | path

Searched refs:DFLT_MAXMEM (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.h425 # ifndef DFLT_MAXMEM
426 # define DFLT_MAXMEM (2*1024) macro
432 # ifndef DFLT_MAXMEM
433 # define DFLT_MAXMEM (5*1024) // use up to 5 Mbyte for a buffer macro
H A Dos_amiga.h223 #ifndef DFLT_MAXMEM
224 # define DFLT_MAXMEM 256 // use up to 256Kbyte for buffer macro
H A Dos_mac.h200 #ifndef DFLT_MAXMEM
201 # define DFLT_MAXMEM 512 // use up to 512 Kbyte for buffer macro
H A Dos_win32.h116 #ifndef DFLT_MAXMEM
117 # define DFLT_MAXMEM (2*1024) // use up to 2 Mbyte for a buffer macro
H A Doptiondefs.h1697 {(char_u *)DFLT_MAXMEM, (char_u *)0L}