Function: c-awk-cur-line-incomplete-p

c-awk-cur-line-incomplete-p is a byte-compiled function defined in cc-awk.el.gz.

Signature

(c-awk-cur-line-incomplete-p &optional DO-LIM)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-awk.el.gz
(defsubst c-awk-cur-line-incomplete-p (&optional do-lim)
  ;; Is there an incomplete statement at the end of the current line?
  ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM.
  ;;
  ;; This function might do hidden buffer changes.
  (memq (c-awk-get-NL-prop-cur-line do-lim) '(?\\ ?\{)))