Lines Matching defs:skip
136 (defun casl-indent-skip-blanks-and-newlines-forward (end)
138 (skip-chars-forward " \t\n" end)
141 (defun casl-indent-skip-blanks-and-newlines-backward (start)
143 (skip-chars-backward " \t\n" start)
169 (casl-indent-skip-blanks-and-newlines-forward save-point)
241 (casl-indent-skip-blanks-and-newlines-backward start)
245 '(empty comment))) ; skip empty and comment lines
255 (while (and (looking-at "\\s)") ;skip closing parentheses
261 (casl-indent-skip-blanks-and-newlines-forward end))
282 (skip-chars-forward " \t" end)
360 (casl-indent-skip-blanks-and-newlines-forward end)
598 ;skip past end of comment
631 (casl-indent-skip-blanks-and-newlines-forward end)