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>
|
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) |
|
|
char ** | arglist |
|
int | numargs |
|
Wildcard routines.
- Author
- TinyMUSH development team (https://github.com/TinyMUSH)
- Version
- 3.3
- Date
- 2021-01-04
- Copyright
- Copyright (C) 1989-2021 TinyMUSH development team. You may distribute under the terms the Artistic License, as specified in the COPYING file.
-
Copyright (c) 1993 by T. Alexander Popiel This code is hereby placed under GNU copyleft, as specified in the COPYING file.