Lines Matching full:indentation

14 ;;   This major mode assists shell script writers with indentation
36 ;; 10 Dec 96 DH Added indentation and fontification for labels. Added
82 ;; ------------------------------------> Variables controlling indentation style
85 "*Indentation of csh statements with respect to containing block. A value
89 "*Additional indentation for case items within a case statement.")
91 "*Additional indentation for statements under case items.")
101 point is at the left margin or in the line's indentation; otherwise
301 (current-indentation))))
349 (setq level (cons (current-indentation)
355 (cons (current-indentation) (csh-current-line))
369 ;; Handle case item indentation constructs for this line
378 (+ (current-indentation) csh-case-item-offset))
383 ;; indentation.
385 (current-indentation))
389 (- (current-indentation) csh-case-item-offset))
426 (+ (current-indentation) csh-case-item-offset)
427 (+ (current-indentation)
436 (+ (current-indentation) 1))
439 (+ (current-indentation) csh-indent))
450 (+ (current-indentation) csh-case-indent)))
456 (+ (current-indentation) csh-indent))
461 (t (current-indentation)))
500 (this-line-level (current-indentation))
510 (back-to-indentation)
520 (this-line-level (current-indentation))
527 (back-to-indentation))
573 indentation to use for this line otherwise."
635 Variables controlling indentation style:
637 Indentation of csh statements with respect to containing block.
640 Additional indentation for statements under case items.
644 Additional indentation for case items within a case statement.
649 point is at the left margin or in the line's indentation; otherwise