#include <command.h>
Collaboration diagram for addedentry:

Data Fields | |
| dbref | thing |
| int | atr |
| char * | name |
| addedentry * | next |
Definition at line 236 of file command.h.
| int addedentry::atr |
Definition at line 239 of file command.h.
Referenced by dbclean_RenumberAttributes(), do_addcommand(), do_listcommands(), and process_cmdent().
| char* addedentry::name |
Definition at line 240 of file command.h.
Referenced by dbclean_RenumberAttributes(), do_addcommand(), do_delcommand(), and do_listcommands().
| struct addedentry* addedentry::next |
Definition at line 241 of file command.h.
Referenced by dbclean_RenumberAttributes(), do_addcommand(), do_delcommand(), do_listcommands(), and process_cmdent().
Definition at line 238 of file command.h.
Referenced by do_addcommand(), do_listcommands(), and process_cmdent().
1.4.7