Home
last modified time | relevance | path

Searched refs:p_mmp (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h747 EXTERN long p_mmp; // 'maxmempattern' variable
H A Dregexp_bt.c3139 if ((long)((unsigned)regstack.ga_len >> 10) >= p_mmp) in regstack_push()
4213 if ((long)((unsigned)regstack.ga_len >> 10) >= p_mmp) in regmatch()
4258 if ((long)((unsigned)regstack.ga_len >> 10) >= p_mmp) in regmatch()
H A Dregexp_nfa.c4661 if ((long)(newsize >> 10) >= p_mmp) in addstate()
5003 if ((long)(newsize >> 10) >= p_mmp) in addstate_here()
H A Doptiondefs.h1700 (char_u *)&p_mmp, PV_NONE,