Home
last modified time | relevance | path

Searched refs:UDM_LEX_SIZEOF (Results 1 – 3 of 3) sorted by relevance

/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_lex.h119 UDM_LEX_SIZEOF, /* sizeof */ enumerator
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dlex.c96 case UDM_LEX_SIZEOF: return "sizeof"; in UdmLex2str()
344 if (!UdmLexScannerScanOneKeyword(s, a, UDM_CSTR_WITH_LEN("sizeof"), UDM_LEX_SIZEOF)) in UdmLexScannerScanKeyword()
H A Dparsexml.c517 case UDM_LEX_SIZEOF: in UdmXMLParserScanIntSubset()