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

Lines Matching defs:make

36 ;; HACKERS NOTE: There's heavy macro magic here.  If you need to make
44 ;; o To make changes show in font locking you need to reevaluate the
47 ;; o In either case it's necessary to reinitialize the mode to make
64 ;; This system is also designed to make it easy for developers of
141 ;; lambda in `c-make-init-lang-vars-fun' below, and to build `defvar's
142 ;; and `make-variable-buffer-local's in cc-engine and
143 ;; `make-local-variable's in `c-init-language-vars-for'.
331 ;; all languages now require dual comments, we make this the
349 (c-lang-defconst c-make-mode-syntax-table
353 (let ((table (make-syntax-table)))
369 t (funcall (c-lang-const c-make-mode-syntax-table)))
371 (c-lang-defconst c++-make-template-syntax-table
380 (let ((table (funcall ,(c-lang-const c-make-mode-syntax-table))))
385 (and (c-lang-const c++-make-template-syntax-table)
386 (funcall (c-lang-const c++-make-template-syntax-table))))
451 (c-make-keywords-re nil
474 "The operators that make up fully qualified identifiers. nil in
488 ;; naming conventions. We still define "." here to make
509 (c-make-keywords-re 'appendable ops))))
526 (c-make-keywords-re 'appendable ops))))
553 (concat "\\|" (c-make-keywords-re 'appendable
593 (c-make-keywords-re 'appendable
922 c++ (c-make-keywords-re nil (c-lang-const c-overloadable-operators)))
936 c++ (c-make-keywords-re t '("operator")))
944 (make-obsolete-variable 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix
992 t (c-make-keywords-re nil
1008 (c-make-keywords-re nil
1019 t (c-make-keywords-re nil
1029 t (c-make-keywords-re nil
1039 t (c-make-keywords-re nil
1111 t (let ((re (c-make-keywords-re nil
1193 (c-make-keywords-re nil
1207 (c-make-keywords-re nil
1466 t (c-make-keywords-re t (c-lang-const c-primitive-type-kwds)))
1493 t (c-make-keywords-re t (c-lang-const c-type-prefix-kwds)))
1510 (c-make-keywords-re t (c-lang-const c-type-modifier-kwds))))
1518 (c-make-keywords-re t
1560 t (c-make-keywords-re t (c-lang-const c-class-decl-kwds)))
1577 t (c-make-keywords-re t (c-lang-const c-brace-list-decl-kwds)))
1610 t (c-make-keywords-re t (c-lang-const c-other-block-decl-kwds)))
1745 t (c-make-keywords-re t (c-lang-const c-decl-hangon-kwds)))
1768 t (c-make-keywords-re t (c-lang-const c-prefix-spec-kwds)))
1774 t (c-make-keywords-re t
1789 t (c-make-keywords-re t
1819 (c-make-keywords-re t (c-lang-const c-block-decls-with-vars))))
1958 (c-make-keywords-re t (c-lang-const c-<>-sexp-kwds))))
1977 t (c-make-keywords-re t (c-lang-const c-block-stmt-1-kwds)))
1992 t (c-make-keywords-re t (c-lang-const c-block-stmt-2-kwds)))
2007 (c-make-keywords-re t
2025 t (c-make-keywords-re t (c-lang-const c-simple-stmt-kwds)))
2036 t (c-make-keywords-re t (c-lang-const c-paren-stmt-kwds)))
2048 (c-make-keywords-re t (c-lang-const c-asm-stmt-kwds))))
2058 t (c-make-keywords-re t (c-lang-const c-label-kwds)))
2127 (c-make-keywords-re t (c-lang-const c-inexpr-brace-list-kwds))))
2147 (concat (c-make-keywords-re t unambiguous)
2149 (c-make-keywords-re t ambiguous))
2150 (c-make-keywords-re t unambiguous))))
2162 (c c++) (c-make-keywords-re t (c-lang-const c-bitfield-kwds)))
2204 t (c-make-keywords-re t (c-lang-const c-keywords)))
2250 (obarray (make-vector (* (length alist) 2) 0)))
2269 t (c-make-keywords-re t
2317 ;; Take out all symbol class operators from `prefix-ops' and make the
2319 (c-make-keywords-re t
2326 (c-make-keywords-re nil
2342 (c-make-keywords-re nil
2404 (c-make-keywords-re nil (c-lang-const c-protection-kwds))
2442 (c-make-keywords-re t (c-lang-const c-decl-start-kwds)))
2519 t (c-make-bare-char-alt (c-lang-const c-block-prefix-disallowed-chars) t))
2614 (c-make-keywords-re t (c-lang-const c-postfix-spec-kwds)))
2680 (append (list (c-make-keywords-re nil
2779 (c-make-keywords-re nil (c-lang-const c-protection-kwds))
2782 java (c-make-keywords-re t (c-lang-const c-postfix-spec-kwds)))
2813 (c-make-keywords-re t
2831 objc (c-make-keywords-re t (c-lang-const c-protection-kwds)))
2872 ;; to make interactive refontification work better.
2890 (defun c-make-init-lang-vars-fun (mode)
2991 `(funcall ,(c-make-init-lang-vars-fun mode)))