• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching defs:regexp

236 REGEXP in `antlr-language-limit-n-regexp' is one of the OPTION-VALUEs.
247 (defcustom antlr-language-limit-n-regexp
255 regexp))
294 (choice (const :tag "All" nil) regexp)
303 :type '(choice (const nil) regexp))
305 (defcustom antlr-indent-item-regexp
310 :type 'regexp)
325 :type '(repeat (cons (function :tag "Major mode") regexp)))
901 It is used to highlight strings matched by the first regexp group of
902 `antlr-font-lock-literal-regexp'."
907 (defcustom antlr-font-lock-literal-regexp "\"\\(\\sw\\(\\sw\\|-\\)*\\)\""
910 Otherwise, it should be a regular expression which must contain a regexp
914 :type '(choice (const :tag "None" nil) regexp))
916 (defvar antlr-class-header-regexp
928 (if antlr-font-lock-literal-regexp
929 (antlr-re-search-forward antlr-font-lock-literal-regexp limit)))
933 (antlr-re-search-forward antlr-class-header-regexp limit))
1182 (defun antlr-re-search-forward (regexp bound)
1191 (while (and (re-search-forward regexp bound 'limit)
1271 (if (looking-at antlr-class-header-regexp)
1498 (let ((regexp (if (= arg 1) "[]}]" "}"))
1506 (while (antlr-re-search-forward regexp nil)
1613 (regexp-quote option)
1736 (antlr-re-search-forward antlr-class-header-regexp
1750 ((looking-at antlr-class-header-regexp) ; rule = class def?
2105 (while (antlr-re-search-forward antlr-class-header-regexp nil)
2164 (expanded-regexp (concat (format (regexp-quote
2175 (null (string-match expanded-regexp file)))
2380 - minus 1 if `antlr-indent-item-regexp' matches the beginning of the
2462 (and (> indent 0) (looking-at antlr-indent-item-regexp) (decf indent))
2499 `antlr-indent-item-regexp'."
2525 c-comment-start-regexp c-C++-comment-start-regexp
2535 c-comment-start-regexp c-Java-comment-start-regexp
2556 (re-search-forward (cdr antlr-language-limit-n-regexp)
2557 (car antlr-language-limit-n-regexp)
2617 (make-local-variable 'outline-regexp)
2622 (setq outline-regexp "[^#\n\^M]"