verilog-comp-defun

verilog-comp-defun is a compiled Lisp function in `verilog-mode.el'.

(verilog-comp-defun VERILOG-STR VERILOG-PRED VERILOG-FLAG)

Function passed to `completing-read', `try-completion' or `all-completions'.
Returns a completion on any function name based on VERILOG-STR prefix. If
VERILOG-PRED is non-nil, it must be a function to be called for every match
to check if this should really be a match. If VERILOG-FLAG is t, the
function returns a list of all possible completions. If it is nil it
returns a string, the longest possible completion, or t if VERILOG-STR is
an exact match. If VERILOG-FLAG is 'lambda, the function returns t if
VERILOG-STR is an exact match, nil otherwise.