NEXT              320 third_party/libxml/src/HTMLparser.c #define NEXT xmlNextChar(ctxt)
NEXT             2141 third_party/libxml/src/catalog.c #define NEXT cur++;
NEXT             1880 third_party/libxml/src/parser.c #define NEXT xmlNextChar(ctxt)
NEXT              722 third_party/libxml/src/pattern.c #define NEXT ((*ctxt->cur) ?  ctxt->cur++: ctxt->cur)
NEXT               95 third_party/libxml/src/uri.c #define NEXT(p) ((*p == '%')? p += 3 : p++)
NEXT               50 third_party/libxml/src/xmlregexp.c #define NEXT ctxt->cur++
NEXT             7841 third_party/libxml/src/xmlregexp.c #undef NEXT
NEXT             7842 third_party/libxml/src/xmlregexp.c #define NEXT ctxt->cur++;
NEXT             2639 third_party/libxml/src/xpath.c #define NEXT ((*ctxt->cur) ?  ctxt->cur++: ctxt->cur)
NEXT              910 third_party/libxml/src/xpointer.c #define NEXT ((*ctxt->cur) ?  ctxt->cur++: ctxt->cur)
NEXT             1234 third_party/libxslt/libxslt/pattern.c #define NEXT ((*ctxt->cur) ?  ctxt->cur++: ctxt->cur)
NEXT             6753 third_party/libxslt/libxslt/xslt.c #define NEXT ((*cur) ?  cur++ : cur)
NEXT             1571 third_party/sqlite/src/tool/lemon.c #define NEXT(A) (*(char**)(((unsigned long)A)+offset))
NEXT               67 third_party/zlib/gzread.c #define NEXT() ((strm->avail_in == 0 && gz_avail(state) == -1) ? -1 : \