vhdl-case-alternative-p

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

(vhdl-case-alternative-p &optional LIM)

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