Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3255 int tm_count = 0; in regmatch() local
3289 if (tm != NULL && ++tm_count == 100) in regmatch()
3291 tm_count = 0; in regmatch()
4948 int tm_count = 0; in bt_regexec_both() local
4994 if (tm != NULL && ++tm_count == 20) in bt_regexec_both()
4996 tm_count = 0; in bt_regexec_both()