PCRE_DFA_RESTART 421 pcre/pcre_dfa_exec.cpp if (rlevel == 1 && (md->moptions & PCRE_DFA_RESTART) != 0) PCRE_DFA_RESTART 2565 pcre/pcre_dfa_exec.cpp anchored = (options & (PCRE_ANCHORED|PCRE_DFA_RESTART)) != 0 || PCRE_DFA_RESTART 2691 pcre/pcre_dfa_exec.cpp if ((options & PCRE_DFA_RESTART) == 0) PCRE_DFA_RESTART 510 pcre/pcre_internal.h PCRE_PARTIAL|PCRE_DFA_SHORTEST|PCRE_DFA_RESTART|PCRE_NEWLINE_BITS) PCRE_DFA_RESTART 1923 pcre/pcretest.cpp options |= PCRE_DFA_RESTART;