Home
last modified time | relevance | path

Searched refs:MAXBOXSIZE (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapfile.h187 #define MAXBOXSIZE 1134 macro
H A Dmaplexer.l323 <INITIAL>maxboxsize { MS_LEXER_RETURN_TOKEN(MAXBOXSIZE); }
H A Dmaplexer.c3409 { MS_LEXER_RETURN_TOKEN(MAXBOXSIZE); }
H A Dmapfile.c4892 case(MAXBOXSIZE): in loadReferenceMap()