Lines Matching refs:getline
40 if getline(lnum) =~ '^\s*\*'
43 if getline(v:lnum) =~ '^\s*\*'
48 …if (getline(lnum) =~? '^\s*\(start\|state\|system\|package\|connection\|channel\|alternative\|macr…
49 \ || getline(lnum) =~? virtuality . '\(process\|procedure\|block\|object\)')
50 \ && getline(lnum) !~? 'end[[:alpha:]]\+;$'
55 if getline(lnum) =~? '^\s*\(stop\|return\>\|nextstate\)'
60 if getline(v:lnum) =~? '^\s*end\>'
65 if getline(v:lnum) =~? '^\s*\((.*)\|else\):'
72 if getline(v:lnum) =~? '^\s*state\>'
77 if getline(v:lnum) =~? '^\s*\(\(end\)\=system\|\(end\)\=package\)'
82 if getline(v:lnum) =~? '^\s*end[[:alpha:]]'
84 let partner=matchstr(getline(v:lnum), '\(' . virtuality . 'end\)\@<=[[:alpha:]]\+')