declare -F
Function names and definitions may be listed with the
-foption to the
declarebuiltin command (see Bash Builtins). The-Foption todeclare
will list the function names only
(and optionally the source file and line number).
Bash Reference Manual