• Home
  • Raw
  • Download

Lines Matching refs:CRNG_OP

30     CRNG_OP = 1,  enumerator
313 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()
977 } else if ((token->toktype == CRNG_OP) && in xmlParseCRNG_primary()
982 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_primary()
1009 if ((token != NULL) && (token->toktype == CRNG_OP)) { in xmlParseCRNG_particle()
1052 while ((prev != NULL) && (token != NULL) && (token->toktype == CRNG_OP)) { in xmlParseCRNG_pattern()
1111 if ((token->toktype == CRNG_OP) && in xmlParseCRNG_component()
1113 } else if ((token->toktype == CRNG_OP) && in xmlParseCRNG_component()
1117 } else if ((token->toktype == CRNG_OP) && in xmlParseCRNG_component()
1143 if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component()
1145 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component()
1149 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component()
1230 if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_topLevelBody()
1266 } else if (token->toktype == CRNG_OP) { in xmlParseCRNG_namespacePrefix()
1309 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_decl()
1333 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_decl()
1361 if ((token->toktype != CRNG_OP) || in xmlParseCRNG_decl()