Lines Matching defs:re
43 (defconst casl-indent-start-keywords-re
50 (defconst casl-indent-dont-indent-re
200 (progn (re-search-backward "%{" (nth 2 pps) t)
201 (re-search-backward "%\\[" (nth 2 pps) t)
202 (re-search-backward "%\(" (nth 2 pps) t))
203 (re-search-backward "%%"
209 (defvar casl-indent-off-side-keywords-re
413 (string-match casl-indent-start-keywords-re valname-string))
419 (string-match casl-indent-dont-indent-re valname-string))
477 (string-match casl-indent-start-keywords-re valname-string))
481 casl-indent-start-keywords-re
486 (string-match casl-indent-dont-indent-re valname-string))
540 (string-match casl-indent-start-keywords-re valname-string))
588 (while (re-search-forward casl-indent-off-side-keywords-re line-end t)
599 (re-search-forward "\}%[ \t]*" line-end 'move)