MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | xcallouts [search pattern] |
| 3 | or |
| 4 | xcallouts (when writing to a pipe) |
| 5 | |
| 6 | DESCRIPTION |
| 7 | With no argument it shows all your callouts. With a regexp as argument, |
| 8 | all matching callouts will be printed. When writing to a pipe, all |
| 9 | call_outs will be printed and the search pattern is not allowed. |
| 10 | |
| 11 | EXAMPLES |
| 12 | xcallouts obj Show all callouts with the string "obj" in it. |
| 13 | xcallouts . Show all callouts. Please never do this if it isn't |
| 14 | really neccessary. It just costs time - and what do you |
| 15 | want to do with this mass of information? |
| 16 | |