TinyMUSH 3.3
TinyMUSH Server
|
Manages the user-defined attributes. 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 | vattr_init (void) |
VATTR * | vattr_find (char *name) |
VATTR * | vattr_alloc (char *name, int flags) |
VATTR * | vattr_define (char *name, int number, int flags) |
void | vattr_delete (char *name) |
VATTR * | vattr_rename (char *name, char *newname) |
VATTR * | vattr_first (void) |
VATTR * | vattr_next (VATTR *vp) |
void | fixcase (char *name) |
char * | store_string (char *str) |
Variables | |
char * | stringblock = (char *)0 |
int | stringblock_hwm = 0 |
Manages the user-defined attributes.