Variable: fortran-end-prog-re1
fortran-end-prog-re1 is a variable defined in fortran.el.gz.
Value
"end\\([ ]*\\(program\\|subroutine\\|function\\|block[ ]*data\\)\\>\\([ ]*\\(\\sw\\|\\s_\\)+\\)?\\)?"
Documentation
Regexp possibly matching the end of a subprogram.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defconst fortran-end-prog-re1
"end\
\\([ \t]*\\(program\\|subroutine\\|function\\|block[ \t]*data\\)\\>\
\\([ \t]*\\(\\sw\\|\\s_\\)+\\)?\\)?"
"Regexp possibly matching the end of a subprogram.")