Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c4498 addstate( in addstate() function
4723 subs = addstate(l, state->out, subs, pim, off_arg); in addstate()
4724 subs = addstate(l, state->out1, subs, pim, off_arg); in addstate()
4730 subs = addstate(l, state->out, subs, pim, off_arg); in addstate()
4830 subs = addstate(l, state->out, subs, pim, off_arg); in addstate()
4858 subs = addstate(l, state->out, subs, pim, off_arg); in addstate()
4932 subs = addstate(l, state->out, subs, pim, off_arg); in addstate()
5824 r = addstate(thislist, start->out, m, NULL, 0); in nfa_regmatch()
5827 r = addstate(thislist, start, m, NULL, 0); in nfa_regmatch()
7037 r = addstate(nextlist, add_state, &t->subs, pim, add_off); in nfa_regmatch()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_regexp_latin.vim92 " This will call addstate() recursively until it runs into the limit.
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16936 Problem: New regexp engine: addstate() is called very often.
H A Dversion8.txt787 Solution: Copy the pim structure before calling addstate() to avoid it
31430 Solution: Limit the recursiveness of addstate(). (closes #3941)