Lines Matching defs:indentation
40 ;; The final indentation function.
45 ;; Offset to where indentation should be added
79 ;; Calculate `base' unmodifiable indentation, if any
90 ;; Calculate `current' indentation
100 ;; Maybe could also "optimize" the indentation even if it is already
127 ;; Helper function, returns indentation of a given offset
133 (defun offset-indentation (offset &key resolve align
173 (compile 'offset-indentation)
176 ;; A default/fallback indentation function, just copy indentation
194 ;; if indentation is disabled
224 (indent-text (offset-indentation (+ left start) :align t) offset)
258 ;; Macro to be called whenever an indentation rule decides that
380 ;; Create an indentation table. Basically a list of indentation tokens.
693 ;; Create an indentation table
949 ;; Current indentation table
961 ;; indentation to be used
964 ;; offset to apply indentation
1338 ;; wrong in the indentation definition...