TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Functions | Variables
match.c File Reference

Routines for parsing arguments. More...

#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <ctype.h>
Include dependency graph for match.c:

Functions

void init_mstate (void)
 
void promote_match (dbref what, int confidence)
 
void munge_space_for_match (const char *name)
 
void match_player (void)
 
dbref absolute_nref (char *str)
 
dbref absolute_name (int need_pound)
 
void match_absolute (void)
 
void match_numeric (void)
 
void match_me (void)
 
void match_home (void)
 
void match_here (void)
 
void match_list (dbref first, int local)
 
void match_possession (void)
 
void match_neighbor (void)
 
int match_exit_internal (dbref loc, dbref baseloc, int local)
 
void match_exit (void)
 
void match_exit_with_parents (void)
 
void match_carried_exit (void)
 
void match_carried_exit_with_parents (void)
 
void match_master_exit (void)
 
void match_zone_exit (void)
 
void match_everything (int key)
 
dbref match_result (void)
 
dbref last_match_result (void)
 
dbref match_status (dbref player, dbref match)
 
dbref noisy_match_result (void)
 
void save_match_state (MSTATE *m_state)
 
void restore_match_state (MSTATE *m_state)
 
void init_match (dbref player, const char *name, int type)
 
void init_match_check_keys (dbref player, const char *name, int type)
 

Variables

MSTATE md
 

Detailed Description

Routines for parsing arguments.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04