vhdl-beginning-of-statement

vhdl-beginning-of-statement is an interactive compiled Lisp function in `vhdl-mode.el'.


(vhdl-beginning-of-statement &optional COUNT LIM INTERACTIVE)

Go to the beginning of the innermost VHDL statement.
With prefix arg, go back N - 1 statements. If already at the
beginning of a statement then go to the beginning of the preceding
one. If within a string or comment, or next to a comment (only
whitespace between), move by sentences instead of statements.

When called from a program, this function takes 3 optional args: the
prefix arg, a buffer position limit which is the farthest back to
search, and an argument indicating an interactive call.