Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
366 B

  1. ;
  2. ; elisp defun, defmacro, defsubst, defadvice
  3. ;
  4. 2 ^[ \t]*\([ \t]*def(un|macro|subst|advice)[ \t]+([*+a-zA-Z0-9_-]+)[ \t]*\(
  5. ;
  6. ; other elisp defines
  7. ;
  8. 2 ^[ \t]*\([ \t]*def(var|custom|group|face|const|ine-skeleton|alias)[ \t]+([*+a-zA-Z0-9_-]+)
  9. ;
  10. ; Perl sub, package
  11. ;
  12. 1 ^[ \t]*sub[ \t]+([a-zA-Z0-9_]+)[ \t]*
  13. 1 ^[ \t]*package[ \t]+([a-zA-Z0-9_]+)[ \t]*;