vhdl-statement-p

vhdl-statement-p is a compiled Lisp function in `vhdl-mode.el'.

(vhdl-statement-p &optional LIM)

Return t if we are looking at a real "statement" keyword.
Assumes that the caller will make sure that we are looking at
vhdl-statement-fwd-re, and are not inside a literal, and that we are not
in the middle of an identifier that just happens to contain a
"statement" keyword.