Home
last modified time | relevance | path

Searched refs:brace_count (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_bt.c251 static int brace_count[10]; // Current counts for complex brace repeats variable
4083 brace_count[no] = 0; in regmatch()
4105 ++brace_count[no]; in regmatch()
4108 if (brace_count[no] <= (brace_min[no] <= brace_max[no] in regmatch()
4128 if (brace_count[no] <= brace_max[no]) in regmatch()
4145 if (brace_count[no] <= brace_min[no]) in regmatch()
4411 --brace_count[rp->rs_no]; // decrement match count in regmatch()
4422 --brace_count[rp->rs_no]; in regmatch()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt1307 Problem with brace_count not being decremented.