vhdl-get-offset

vhdl-get-offset is a compiled Lisp function in `vhdl-mode.el'.

(vhdl-get-offset LANGELEM)

Get offset from LANGELEM which is a cons cell of the form:
(SYMBOL . RELPOS). The symbol is matched against
vhdl-offsets-alist and the offset found there is either returned,
or added to the indentation at RELPOS. If RELPOS is nil, then
the offset is simply returned.