Lines Matching refs:group_name
410 let group_name = matchstr( syntax_full, '\w\+', index )
414 if '\<'.exclude_group_name.'\>' =~ '\<'.group_name.'\>'
425 " if '\<'.syntax_group_include_{filetype}.'\>' !~ '\<'.group_name.'\>'
434 let extra_syn_list = s:SyntaxCSyntaxGroupItems(group_name, syntax_full)
438 let index = index + strlen(group_name)
488 " let group_name = matchstr( syntax_full, '\w\+', index )
492 " if '\<'.exclude_group_name.'\>' =~ '\<'.group_name.'\>'
503 " " if '\<'.syntax_group_include_{filetype}.'\>' !~ '\<'.group_name.'\>'
512 " let extra_syn_list = s:SyntaxCSyntaxGroupItems(group_name, syntax_full)
516 " let index = index + strlen(group_name)
546 function! s:SyntaxCSyntaxGroupItems( group_name, syntax_full ) argument
578 " a:group_name - the group name we are interested in
589 \ "\n".a:group_name.'\s\+xxx\s\+\zs.\{-}\ze\(\n\w\|\%$\)'