Function: verilog-at-streaming-op-p
verilog-at-streaming-op-p is a byte-compiled function defined in
verilog-mode.el.gz.
Signature
(verilog-at-streaming-op-p)
Documentation
If at the { of a streaming operator, return t.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defun verilog-at-streaming-op-p ()
"If at the { of a streaming operator, return t."
(looking-at verilog-streaming-op-re))