Lines Matching defs:should
81 ;; This should default to T when newline-indent is not NIL.
169 ;; "\\w+:", but this way should properly handle labels generated
428 ;; XXX this frequently doesn't do what is expected, should redefine
803 ;; Find a "good" offset to start parsing backwards, so that it should
832 (defun c-should-indent (options)
841 (return-from c-should-indent)
856 (return-from c-should-indent)
859 ;; if at bol and should indent only when starting a line
861 (return-from c-should-indent (= point start))
867 (return-from c-should-indent t)
872 (return-from c-should-indent t)
877 (return-from c-should-indent (gethash :newline-indent options))
882 (return-from c-should-indent t)
902 (return-from c-should-indent t)
923 (return-from c-should-indent (<= (- (caar match) offset) 2))
931 (compile 'c-should-indent)
983 (or (c-should-indent options) (return-from c-indent))