Searched refs:REM_CHECK_GLOBAL (Results 1 – 3 of 3) sorted by relevance
489 #define REM_CHECK_GLOBAL 0x0001 macro
134 if((rem_flags & REM_CHECK_GLOBAL) && !(regexp->jsregexp->flags & REG_GLOB)) { in regexp_match_next()
838 re_flags = (re_flags | REM_CHECK_GLOBAL) & (~REM_ALLOC_RESULT); in String_replace()