Every fonction available as a SMART action exists somewhere in the hierarchy of fonctions SMART provides. To identify one of the fonction available, you always use the full name of the action within the hierarchy.
At any time, you can observe the action hierarchy using the "smprint proc" command. The root (as of version 11.0) contains the following top-level hierarchies; each one of them can be listed using smprint. The root (unavailable with smprint proc) contains the following top-level sub-hierarchies:
root
"inter"
"index"
"convert"
"retrieve"
"eval"
"feedback"
"print"
"exp"
"local"
For example, the command "smprint proc index" returns the list of SMART actions available in the hierarchy:
inter inter inter_match inter_web
Thus, the inter.inter, inter.inter_match and inter.inter_web functions are available in the hierarchy.