Lines Matching defs:should
27 ;; syntax/indentation rules, that should work correctly with most
113 ;; This should default to T when newline-indent is not NIL.
295 (defun perl-should-indent (options &aux char point start offset)
303 (return-from perl-should-indent))
310 ;; if at bol and should indent only when starting a line
312 (return-from perl-should-indent (= point start)))
316 (return-from perl-should-indent (gethash :newline-indent options)))
320 (return-from perl-should-indent t))
334 (return-from perl-should-indent t)))
336 ;; if one of these was typed, should check indentation
337 (if (member char '(#\})) (return-from perl-should-indent t))
342 (compile 'perl-should-indent)
351 (or (perl-should-indent options) (return-from perl-indent))