Home
last modified time | relevance | path

Searched refs:REG_STICKY (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.h39 #define REG_STICKY 0x08 /* only match starting at lastIndex */ macro
H A Djsregexp.c1039 flags |= REG_STICKY; in parse_regexp_flags()
H A Dregexp.c2559 if (REOP_IS_SIMPLE(op) && !(gData->regexp->flags & REG_STICKY)) { in ExecuteREBytecode()
3090 if (!gData->ok || result || (gData->regexp->flags & REG_STICKY)) in MatchRegExp()
/reactos/dll/win32/vbscript/
H A Dregexp.h39 #define REG_STICKY 0x08 /* only match starting at lastIndex */ macro
H A Dregexp.c2559 if (REOP_IS_SIMPLE(op) && !(gData->regexp->flags & REG_STICKY)) { in ExecuteREBytecode()
3090 if (!gData->ok || result || (gData->regexp->flags & REG_STICKY)) in MatchRegExp()