Lines Matching refs:end
37 let s:notend = '\%(\<end\s\+\)\@<!'
39 \ s:notend.'\<if\>:\<elsif\>:\<else\>:\<end\s\+if\>,'.
40 \ s:notend.'\<case\>:\<when\>:\<end\s\+case\>,'.
41 \ s:notend.'\<loop\>:\<end\s\+loop\>,'.
42 \ s:notend.'\<for\>:\<end\s\+for\>,'.
43 \ s:notend.'\<generate\>:\<end\s\+generate\>,'.
44 \ s:notend.'\<record\>:\<end\s\+record\>,'.
45 \ s:notend.'\<units\>:\<end\s\+units\>,'.
46 \ s:notend.'\<process\>:\<end\s\+process\>,'.
47 \ s:notend.'\<block\>:\<end\s\+block\>,'.
48 \ s:notend.'\<function\>:\<end\s\+function\>,'.
49 \ s:notend.'\<entity\>:\<end\s\+entity\>,'.
50 \ s:notend.'\<component\>:\<end\s\+component\>,'.
51 \ s:notend.'\<architecture\>:\<end\s\+architecture\>,'.
52 \ s:notend.'\<package\>:\<end\s\+package\>,'.
53 \ s:notend.'\<procedure\>:\<end\s\+procedure\>,'.
54 \ s:notend.'\<configuration\>:\<end\s\+configuration\>'
78 noremap <buffer><silent>[[ :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\%(\\<end\\s…
79 noremap <buffer><silent>]] :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\%(\\<end\\s…
80 noremap <buffer><silent>[] :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\<end\\s\\+"…
81 noremap <buffer><silent>][ :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\<end\\s\\+"…