vhdl-aput

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

(vhdl-aput ALIST-SYMBOL KEY &optional VALUE)

Insert a key-value pair into an alist.
The alist is referenced by ALIST-SYMBOL. The key-value pair is made
from KEY and VALUE. If the key-value pair referenced by KEY can be
found in the alist, the value of KEY will be set to VALUE. If the
key-value pair cannot be found in the alist, it will be inserted into
the head of the alist.