Searched refs:REG_STICKY (Results 1 – 5 of 5) sorted by relevance
39 #define REG_STICKY 0x08 /* only match starting at lastIndex */ macro
1039 flags |= REG_STICKY; in parse_regexp_flags()
2559 if (REOP_IS_SIMPLE(op) && !(gData->regexp->flags & REG_STICKY)) { in ExecuteREBytecode()3090 if (!gData->ok || result || (gData->regexp->flags & REG_STICKY)) in MatchRegExp()