#include <stdio.h>#include <sys/types.h>#include "wildmat.h"Go to the source code of this file.
Defines | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | ABORT -1 |
| #define | NEGATE_CLASS '^' |
| #define | OPTIMIZE_JUST_STAR |
Functions | |
| int | wildmat (const char *text, const char *p) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file wildmat.c. Referenced by wildmat(). |
|
||||||||||||
|
Definition at line 128 of file wildmat.c. References TRUE. Referenced by NewsgroupFilter::matches().
|
1.3.6-20040222