Searched refs:CRNG_OP (Results 1 – 1 of 1) sorted by relevance
30 CRNG_OP = 1, enumerator313 token->toktype = CRNG_OP; in xmlCRNGNextToken()426 case CRNG_OP: printf("op"); break; in xmlParseCRNGTokenize()674 if ((token->toktype == CRNG_OP) && in xmlParseCRNG_exceptNameClass()703 if (token->toktype == CRNG_OP) { in xmlParseCRNG_innerNameClass()708 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_innerNameClass()776 while ((token->toktype == CRNG_OP) && in xmlParseCRNG_nameClass()808 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_patternBlock()815 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_patternBlock()873 } else if ((token->toktype == CRNG_OP) && in xmlParseCRNG_datatype()[all …]