|
TinyMUSH 3.3
TinyMUSH Server
|
Support for commands that walk the entire db. More...
#include "config.h"#include "constants.h"#include "typedefs.h"#include "macros.h"#include "externs.h"#include "prototypes.h"#include <ctype.h>#include <string.h>
Functions | |
| void | bind_and_queue (dbref player, dbref cause, char *action, char *argstr, char *cargs[], int ncargs, int number, int now) |
| void | do_dolist (dbref player, dbref cause, int key, char *list, char *command, char *cargs[], int ncargs) |
| void | do_find (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *name) |
| int | get_stats (dbref player, dbref who, STATS *info) |
| void | do_stats (dbref player, __attribute__((unused)) dbref cause, int key, char *name) |
| int | chown_all (dbref from_player, dbref to_player, dbref acting_player, int key) |
| void | do_chownall (dbref player, __attribute__((unused)) dbref cause, int key, char *from, char *to) |
| void | er_mark_disabled (dbref player) |
| int | search_setup (dbref player, char *searchfor, SEARCH *parm) |
| void | search_perform (dbref player, dbref cause, SEARCH *parm) |
| void | search_mark (dbref player, int key) |
| void | do_search (dbref player, dbref cause, int key, char *arg) |
| void | mark_place (dbref loc) |
| void | do_floaters (dbref player, __attribute__((unused)) dbref cause, int key, char *name) |
| void | do_markall (dbref player, __attribute__((unused)) dbref cause, int key) |
| void | do_apply_marked (dbref player, dbref cause, __attribute__((unused)) int key, char *command, char *cargs[], int ncargs) |
| void | olist_push (void) |
| void | olist_pop (void) |
| void | olist_add (dbref item) |
| dbref | olist_first (void) |
| dbref | olist_next (void) |
Support for commands that walk the entire db.