Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapfile.h319 #define UTFITEM 1281 macro
H A Dmaplexer.l417 <INITIAL>utfitem { MS_LEXER_RETURN_TOKEN(UTFITEM); }
H A Dmaplexer.c3879 { MS_LEXER_RETURN_TOKEN(UTFITEM); }
H A Dmapfile.c4533 case(UTFITEM): in loadLayer()