Searched refs:PREV (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
4998 * the start of ctxt->string, and PREV should be safe
5000 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {

Completed in 77 milliseconds