Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapfile.h330 #define BINDVALS 2000 macro
H A Dmaplexer.l238 <INITIAL>bindvals { MS_LEXER_RETURN_TOKEN(BINDVALS); }
H A Dmaplexer.c2984 { MS_LEXER_RETURN_TOKEN(BINDVALS); }
H A Dmapfile.c4081 case(BINDVALS): in loadLayer()