Lines Matching full:looking
343 (if (and (not (looking-at "^\\s *$"))
347 (looking-at csh-multiline-re)))
348 (not (looking-at csh-comment-regexp)))
370 (cond ((looking-at csh-case-item-re)
400 ((and (looking-at csh-multiline-re)
403 (looking-at csh-multiline-re)))
404 (if (looking-at ".*[\'\"]\\\\")
410 (if (looking-at ".*([^\)\n]*\\\\")
425 (if (looking-at csh-switch-re)
444 ((looking-at csh-case-item-re)
455 ((csh-looking-at-label)
565 (defun csh-looking-at-label ()
568 (looking-at csh-label-re)
569 (not (looking-at "^\\s *default:"))))
611 (cond ((looking-at csh-else-re)
613 ((looking-at csh-else-if-re)
615 ((looking-at csh-endif-re)
617 ((looking-at csh-end-re)
619 ((looking-at csh-endsw-re)
621 ((csh-looking-at-label)
793 (looking-at "`"))
796 (looking-at "\\$(")))
805 (looking-at "\\$"))
808 (looking-at "\\${"))
811 (looking-at "\\${#")))