Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c69 syn_time_T sp_time; member
1993 IF_SYN_TIME(&spp->sp_time)); in syn_current_attr()
2879 IF_SYN_TIME(&spp->sp_time)); in find_endpos()
5681 syn_clear_time(&ci->sp_time); in get_syn_pattern()
6664 syn_clear_time(&spp->sp_time); in syntime_clear()
6733 if (spp->sp_time.count > 0) in syntime_report()
6737 p->total = spp->sp_time.total; in syntime_report()
6739 p->count = spp->sp_time.count; in syntime_report()
6740 p->match = spp->sp_time.match; in syntime_report()
6741 total_count += spp->sp_time.count; in syntime_report()
[all …]