'''info procs''' ''?pattern?'' If ''pattern'' isn't specified, returns a list of all the names of Tcl command procedures in the current namespace. If ''pattern'' is specified, only those procedure names in the current namespace matching ''pattern'' are returned. Matching is determined using the same rules as for [string match]. ---- See also: * [info] ---- [Category Command] - [Tcl syntax help]