Lines Matching refs:tok2
1093 tokenPtr token, tok2; in xmlParseCRNG_component() local
1142 tok2 = xmlParseCRNGGetToken(ctxt, 2); in xmlParseCRNG_component()
1143 if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component()
1144 (tok2->token == ctxt->key_equal)) { in xmlParseCRNG_component()
1145 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component()
1146 (tok2->token == ctxt->key_orequal)) { in xmlParseCRNG_component()
1149 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component()
1150 (tok2->token == ctxt->key_andequal)) { in xmlParseCRNG_component()
1210 tokenPtr token, tok2; in xmlParseCRNG_topLevelBody() local
1229 tok2 = xmlParseCRNGGetToken(ctxt, 2); in xmlParseCRNG_topLevelBody()
1230 if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_topLevelBody()
1231 ((tok2->token == ctxt->key_equal) || in xmlParseCRNG_topLevelBody()
1232 (tok2->token == ctxt->key_orequal) || in xmlParseCRNG_topLevelBody()
1233 (tok2->token == ctxt->key_andequal))) { in xmlParseCRNG_topLevelBody()