Home
last modified time | relevance | path

Searched refs:LRE_FLAG_DOTALL (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibregexp.h36 #define LRE_FLAG_DOTALL (1 << 3) macro
A Dlibregexp.c1831 s->dotall = ((re_flags & LRE_FLAG_DOTALL) != 0); in lre_compile()
A Dquickjs.c41438 mask = LRE_FLAG_DOTALL; in js_compile_regexp()

Completed in 113 milliseconds