Searched refs:IS_OP (Results 1 – 1 of 1) sorted by relevance
206 #ifndef IS_OP207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') || \ macro301 } else if ((IS_OP(*ctxt->cur)) || (*ctxt->cur == ':')) { in xmlCRNGNextToken()326 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++; in xmlCRNGNextToken()345 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++; in xmlCRNGNextToken()