vhdl-point

vhdl-point is a Lisp macro in `vhdl-mode.el'.

(vhdl-point POSITION)

Return the value of point at certain commonly referenced POSITIONs.
POSITION can be one of the following symbols:

bol -- beginning of line
eol -- end of line
bod -- beginning of defun
boi -- back to indentation
eoi -- last whitespace on line
ionl -- indentation of next line
iopl -- indentation of previous line
bonl -- beginning of next line
bopl -- beginning of previous line

This function does not modify point or mark.