Variable: vhdl-constants-regexp
vhdl-constants-regexp is a variable defined in vhdl-mode.el.gz.
Value
"\\<\\(\\(?:\\)\\)\\>"
Documentation
Regexp for VHDL standardized constants.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defvar vhdl-constants-regexp nil
"Regexp for VHDL standardized constants.")