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

Wildcard routines. 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>
Include dependency graph for wild.c:

Functions

int check_literals (char *tstr, char *dstr)
 
int real_quick_wild (char *tstr, char *dstr)
 
int quick_wild (char *tstr, char *dstr)
 
int real_wild1 (char *tstr, char *dstr, int arg)
 
int wild1 (char *tstr, char *dstr, int arg)
 
int wild (char *tstr, char *dstr, char *args[], int nargs)
 
int wild_match (char *tstr, char *dstr)
 
int register_match (char *tstr, char *dstr, char *args[], int nargs)
 

Variables

char ** arglist
 
int numargs
 

Detailed Description

Wildcard routines.

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