• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/progmodes/

Lines Matching defs:variables

256 Two variables are treated specially.  When VARIABLE is
308 ;; all other variables
310 (not (memq attr c-style-variables))
316 ;; Must update a number of other variables if
319 (c-setup-paragraph-variables)))))))
321 (defun c-get-style-variables (style basestyles)
322 ;; Return all variables in a style by resolving inheritances.
337 (nconc (c-get-style-variables base (cons base basestyles))
350 \"Setting the style\" is done by setting CC Mode's \"style variables\" to the
351 values indicated by the pertinent entry in `c-style-alist'. Other variables
354 If DONT-OVERRIDE is neither nil nor t, style variables whose default values
360 If DONT-OVERRIDE is t, style variables that already have values (i.e., whose
377 (let ((vars (c-get-style-variables stylename nil)))
382 ;; c-get-style-variables contains every valid offset type in the
388 ;; Need to go through the variables backwards when we
498 (defun c-setup-paragraph-variables ()
502 variables."
506 (error "Buffer %s is not a CC Mode buffer (c-setup-paragraph-variables)"
603 ;; Dynamically append the default value of most variables. This is
605 ;; variables first to the `cc-mode' style before instituting the new
611 (let ((vars c-style-variables) var val uservars)
626 (if c-style-variables-are-local-p
630 "Make all CC Mode style variables buffer local.
631 If `this-buf-only-p' is non-nil, the style variables will be made
635 The buffer localness of the style variables are normally controlled
636 with the variable `c-style-variables-are-local-p', so there's seldom
639 ;; style variables
643 (varsyms (cons 'c-indentation-style (copy-alist c-style-variables))))
650 (setq c-style-variables-are-local-p t))