Home
last modified time | relevance | path

Searched refs:RE_IS_LINE_TERM (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.c86 #define RE_IS_LINE_TERM(c) ((c == '\n') || (c == '\r') || \ macro
2355 if (!RE_IS_LINE_TERM(x->cp[-1])) in SimpleMatch()
2366 if (!RE_IS_LINE_TERM(*x->cp)) in SimpleMatch()
2384 if (x->cp != gData->cpend && !RE_IS_LINE_TERM(*x->cp)) { in SimpleMatch()
/reactos/dll/win32/vbscript/
H A Dregexp.c86 #define RE_IS_LINE_TERM(c) ((c == '\n') || (c == '\r') || \ macro
2355 if (!RE_IS_LINE_TERM(x->cp[-1])) in SimpleMatch()
2366 if (!RE_IS_LINE_TERM(*x->cp)) in SimpleMatch()
2384 if (x->cp != gData->cpend && !RE_IS_LINE_TERM(*x->cp)) { in SimpleMatch()