# listprocs command

The listprocs BASIC program produces
a sorted report of all items defined as Procs in the specified file
name. The default file name is md when none is specified.

**Synonyms:** list-procs

## Syntax

```
listprocs {account.name} {(options}
```

## Parameter(s)

| options | n | Affects output to the terminal only, preventing output from pausing at the end of each (terminal) page of output. |
| --- | --- | --- |
| p | Directs output to the system printer, via the spooler. | |

## Example(s)

```
listprocs (p
```

```
listprocs dm,, leg-supp
```

## See also

- [list-macros macro](https://d3codex.com/tcl/list-macros-macro/)

---
Source: https://d3codex.com/tcl/listprocs-command/ - part of the D3Codex reference.
