Home
last modified time | relevance | path

Searched refs:VSBUFMINSIZE (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dcommand.c1050 #define VSBUFMINSIZE 256 in VS_Alloc() macro
1051 if (initsize < VSBUFMINSIZE) in VS_Alloc()
1052 initsize = VSBUFMINSIZE; in VS_Alloc()
1056 #undef VSBUFMINSIZE in VS_Alloc()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dcommand.c869 #define VSBUFMINSIZE 256 macro
873 if (initsize < VSBUFMINSIZE) in VS_Alloc()
874 initsize = VSBUFMINSIZE; in VS_Alloc()