vhdl-beginning-of-libunit

vhdl-beginning-of-libunit is a compiled Lisp function in `vhdl-mode.el'.

(vhdl-beginning-of-libunit)

Move backward to the beginning of a VHDL library unit.
Returns the location of the corresponding begin keyword, unless search
stops due to beginning or end of buffer.
Note that if point is between the "libunit" keyword and the
corresponding "begin" keyword, then that libunit will not be
recognized, and the search will continue backwards. If point is
at the "begin" keyword, then the defun will be recognized. The
returned point is at the first character of the "libunit" keyword.