Searched refs:addstate (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 4498 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 D | test_regexp_latin.vim | 92 " This will call addstate() recursively until it runs into the limit.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 16936 Problem: New regexp engine: addstate() is called very often.
|
| H A D | version8.txt | 787 Solution: Copy the pim structure before calling addstate() to avoid it 31430 Solution: Limit the recursiveness of addstate(). (closes #3941)
|