Function: hif-find-any-ifX

hif-find-any-ifX is a byte-compiled function defined in hideif.el.gz.

Signature

(hif-find-any-ifX)

Documentation

Move to next #if..., or #ifndef, at point or after.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defun hif-find-any-ifX ()
  "Move to next #if..., or #ifndef, at point or after."
  ;; (message "find ifX at %d" (point))
  (hif-search-ifX-regexp hif-ifx-regexp))