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

Lines Matching defs:indentation

150     c-special-indent-hook c-label-minimum-indentation c-offsets-alist)
251 Also used as the indentation step when `c-syntactic-indentation' is
261 line's indentation, otherwise it inserts a `real' tab character \(see
271 Note: indentation of lines containing only comments is also controlled
286 (defcustom c-syntactic-indentation t
287 "*Whether the indentation should be controlled by the syntactic context.
289 If t, the indentation functions indent according to the syntactic
293 one, and the \\[c-indent-command] command adjusts the indentation in
294 steps specified by `c-basic-offset'. The indentation style has no
295 effect in this mode, nor any of the indentation associated variables,
299 (make-variable-buffer-local 'c-syntactic-indentation)
301 (defcustom c-syntactic-indentation-in-macros t
306 additional indentation of the bodies of \"#define\" macros.
424 variable does not affect how the normal line indentation treats
894 "*Hook for user defined special indentation adjustments.
896 called if `c-syntactic-indentation' is non-nil."
900 (defcustom-c-stylevar c-label-minimum-indentation 1
901 "*Minimum indentation for lines inside code blocks.
910 "*Interval used to update progress status during long re-indentation.
912 that many seconds. To inhibit all messages during indentation, set
1133 "Association list of syntactic element symbols and indentation offsets.
1143 indentation point is located within. More elements in the syntactic
1148 calculates the absolute indentation: First the base indentation is
1150 that provides one. If none does, zero is used as base indentation.
1154 adds OFFSET to the base indentation. The sum of this calculation is
1165 added to the base indentation.
1169 the base indentation; 1, -1, 2, -2, 0.5, and -0.5, respectively.
1175 integer, is used as an absolute indentation column. This overrides
1176 the previous base indentation and the relative offsets applied to
1177 it, and it becomes the new base indentation.
1322 If non-nil, then all indentation style related variables will be made
1343 c-label-minimum-indentation
1346 c-indentation-style"
1401 times for core indentation functions (e.g. `c-parse-state'). For
1610 (defvar c-indentation-style nil