verilog-calculate-indent

verilog-calculate-indent is a compiled Lisp function in `verilog-mode.el'.

(verilog-calculate-indent)

Calculate the indent of the current Verilog line.
Examine previous lines. Once a line is found that is definitive as to the
type of the current line, return that lines' indent level and its type.
Return a list of two elements: (INDENT-TYPE INDENT-LEVEL).