ada-end-stmt-re

ada-end-stmt-re is a variable defined in `ada-mode.el'.
Its value is

"\\(;\\|=>[ ]*$\\|=>[ ]*--.*$\\|^[ ]*separate[ ]*(\\(\\sw\\|[_.]\\)+)\\|\\<\\(begin\\|d\\(?:eclare\\|o\\)\\|else\\|generic\\|is\\|loop\\|private\\|record\\|select\\|then\\(?: abort\\)?\\)\\>\\|^[ ]*\\(function\\|p\\(?:\\(?:ackag\\|rocedur\\)e\\)\\)\\>\\(\\sw\\|[ _.]\\)+\\\\|^[ ]*exception\\>\\)"


Documentation:
Regexp of possible ends for a non-broken statement.
A new statement starts after these.