vhdl-corresponding-end

vhdl-corresponding-end is a compiled Lisp function in `vhdl-mode.el'.

(vhdl-corresponding-end &optional LIM)

If the word at the current position corresponds to a "begin"
keyword, then return a vector containing enough information to find
the corresponding "end" keyword, else return nil. The keyword to
search forward for is aref 0. The column in which the keyword must
appear is aref 1 or nil if any column is suitable.
Assumes that the caller will make sure that we are not in the middle
of an identifier that just happens to contain a "begin" keyword.