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

/external/libxml2/
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
4956 * the start of ctxt->string, and PREV should be safe
4958 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {

Completed in 101 milliseconds