Lines Matching refs:index
189 let list_idx = index(s:cache_name, filetype, 0, &ignorecase)
367 let index = 0
386 let index = match(syntax_full, next_group_regex, index)
390 …if index == -1 && exists('b:current_syntax') && substitute(group_regex, '[^a-zA-Z ]\+.*', '', 'g')…
405 let index = 0
406 let index = match(syntax_full, next_group_regex, index)
409 while index > -1
410 let group_name = matchstr( syntax_full, '\w\+', index )
438 let index = index + strlen(group_name)
439 let index = match(syntax_full, next_group_regex, index)
465 " let index = 0
466 " let index = match(syntax_full, next_group_regex, index)
468 " if index == -1 && exists('b:current_syntax') && ft_part_name != b:current_syntax
483 " let index = 0
484 " let index = match(syntax_full, next_group_regex, index)
487 " while index > -1
488 " let group_name = matchstr( syntax_full, '\w\+', index )
516 " let index = index + strlen(group_name)
517 " let index = match(syntax_full, next_group_regex, index)