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

Lines Matching defs:broken

174 (defcustom ada-broken-decl-indent 0
175 "*Number of columns to indent a broken declaration.
183 (defcustom ada-broken-indent 2
184 "*Number of columns to indent the continuation of a broken line.
191 (defcustom ada-continuation-indent ada-broken-indent
192 "*Number of columns to indent the continuation of broken lines in parenthesis.
313 (defcustom ada-indent-renames ada-broken-indent
316 the open parenthesis (if there is no parenthesis, `ada-broken-indent' is used).
327 the open parenthesis (if there is no parenthesis, `ada-broken-indent' is used).
412 (defcustom ada-use-indent ada-broken-indent
428 (defcustom ada-with-indent ada-broken-indent
655 "Regexp of possible ends for a non-broken statement.
2340 (list column 'ada-broken-indent)
2343 ;; (ada-broken-line from the opening parenthesis. However, in
2349 ;; and then C) -- indented by ada-broken-indent
2838 (list (point) 'ada-broken-indent))
2907 'ada-broken-indent))))
2910 'ada-broken-indent))))
2940 (list (save-excursion (back-to-indentation) (point)) 'ada-broken-indent))
2953 'ada-broken-indent)))))
2961 (list cur-indent 'ada-broken-indent))))
2991 (list cur-indent 'ada-broken-indent))))
3093 (list cur-indent 'ada-broken-indent)))))
3115 'ada-broken-decl-indent))
3147 'ada-broken-indent)))))))
3175 (list cur-indent 'ada-broken-indent)))
3239 (list (save-excursion (back-to-indentation) (point)) 'ada-broken-indent))
3260 ;; for-statement is broken
3264 'ada-broken-indent))))
3291 'ada-broken-indent))))))
3328 ;; "type ... is", but not "type ... is ...", which is broken
3335 (list (save-excursion (back-to-indentation) (point)) 'ada-broken-indent))
3337 ;; broken statement
3341 'ada-broken-indent)))))