• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching defs:regexp

1 ;;; align.el --- align text to a specific column, by regexp
90 ;; (regexp . "Sample")))
125 "Align text to a specific column, by regexp."
292 regexp A regular expression string which defines the section
320 (regexp :tag "Regexp defines section boundaries")
333 (const :tag "(Regular expression to match)" regexp)
334 (choice :value "\\(\\s-+\\)" regexp function))
385 regexp function)))))))
390 (regexp . "\\(^\\s-+[^( \t\n]\\|(\\(\\S-+\\)\\s-+\\)\\S-+\\(\\s-+\\)")
396 (regexp . "\\(\\s-*\\)\\.\\(\\s-*\\)")
401 (regexp . ,(function
406 (regexp-quote comment-start)
411 (regexp . "^\\s-*#\\s-*define\\s-+\\S-+\\(\\s-+\\)")
415 (regexp . ,(concat "[*&0-9A-Za-z_]>?[&*]*\\(\\s-+[*&]*\\)"
436 (regexp . ,(concat "[^-=!^&*+<>/| \t\n]\\(\\s-*[-=!^&*+<>/|]*\\)"
444 (regexp . ,(concat "[^=!^&*-+<>/| \t\n]\\(\\s-*\\)=[~>]?"
451 (regexp . ,(concat "[^=!<> \t\n]\\(\\s-*\\)="
458 (regexp . "^\\s-*\\w+\\(\\s-*\\):?=\\(\\s-*\\)\\([^\t\n \\\\]\\|$\\)")
464 (regexp . ",\\(\\s-*\\)[^/ \t\n]")
481 (regexp . ",\\(\\s-*\\)[^# \t\n]")
487 (regexp . "\\(\\s-*\\)\\(//.*\\|/\\*.*\\*/\\s-*\\)$")
497 (regexp . "\\(\\s-*\\)\\(&&\\|||\\|\\<and\\>\\|\\<or\\>\\)")
506 (regexp . "\\(\\s-*\\)\\(&&\\|||\\|\\<and\\>\\|\\<or\\>\\)")
515 (regexp . "\\(\\s-*\\)\\(\\<and\\>\\|\\<or\\>\\)")
524 (regexp . "\\(\\s-*\\)\\\\$")
534 (regexp . "\\(\\s-*\\)\\\\$")
538 (regexp . ,(function
546 (regexp . ,(function
557 (regexp . "\\(\\s-*\\)\\\\\\\\")
563 (regexp . "\\(^\\|\\S-\\)\\([ \t]+\\)\\(\\S-\\|$\\)")
575 (regexp . "\\$?\\(\\s-+[0-9]+\\)\\.")
583 (regexp . "^\\s-*\\w+:\\(\\s-*\\).*;")
595 `regexp' This required attribute must be either a string describing
609 The `regexp' attribute describes how the text should be
610 treated. Within this regexp, there must be at least one
612 the special opening and closing parens used in regexp
616 If `regexp' is a function, it will be called as a
638 `case-fold' If `regexp' is an ordinary regular expression string
643 expression search will ignore case. If `regexp' is set to
697 `justify' It is possible with `regexp' and `group' to identify a
726 (const :tag "(Regular expression to match)" regexp)
727 (choice :value "\\(\\s-+\\)" regexp function))
750 (regexp . "\"\\([^\"\n]+\\)\"")
755 (regexp . "'\\([^'\n]+\\)'")
760 (regexp
766 (regexp-quote comment-start)
771 (regexp . "/\\*\\(.+\\)\\*/")
776 (regexp . "(\\([^)\n]+\\))")
781 (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$")
813 (regexp . "\\(signal\\|variable\\|constant\\)\\(\\s-+\\)\\S-")
817 (regexp . "\\(others\\|[^ \t\n=<]\\)\\(\\s-*\\)=>\\(\\s-*\\)\\S-")
826 (regexp . "[^ \t\n:]\\(\\s-*\\):\\(\\s-*\\)[^=\n]")
830 (regexp . ":\\s-*\\(in\\|out\\|inout\\|buffer\\)\\(\\s-*\\)")
834 (regexp . "[^ \t\n=<]\\(\\s-*\\)<=\\(\\s-*\\)\\S-")
838 (regexp . "[^ \t\n:]\\(\\s-*\\):="))
841 (regexp . "\\(\\s-+\\)use\\s-+entity")))
910 (defun align-regexp (beg end regexp &optional group spacing repeat)
916 regexp with parenthesized whitespace should be supplied; it will also
932 region, call `align-regexp' and type in that regular expression."
937 (list (read-string "Complex align using regexp: "
947 (read-string "Align regexp: "))
950 (list (list nil (cons 'regexp regexp)
1059 (defun align-match-tex-pattern (regexp end &optional reverse)
1070 (concat "\\(\\s-*\\)" regexp
1307 (regexp (cdr (assq 'regexp rule)))
1308 (regfunc (and (functionp regexp) regexp))
1347 (re-search-backward regexp
1366 (re-search-forward regexp terminus t))))
1419 (re-search-forward regexp