verilog-re-search-forward-substr
verilog-re-search-forward-substr is a compiled Lisp function in `verilog-mode.el
'.
(verilog-re-search-forward-substr SUBSTR REGEXP BOUND NOERROR)
Like `re-search-forward', but first search for SUBSTR constant.
Then searched for the normal REGEXP (which contains SUBSTR), with given
BOUND and NOERROR. The REGEXP must fit within a single line.
This speeds up complicated regexp matches.