Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

wildmat.h File Reference

Go to the source code of this file.

Functions

int wildmat (const char *pText, const char *p)


Function Documentation

int wildmat const char *  pText,
const char *  p
 

Definition at line 128 of file wildmat.c.

References TRUE.

Referenced by NewsgroupFilter::matches().

00129 {
00130 #ifdef  OPTIMIZE_JUST_STAR
00131         if (p[0] == '*' && p[1] == '\0')
00132                 return TRUE;
00133 #endif                          /* OPTIMIZE_JUST_STAR */
00134         return DoMatch(text, p) == TRUE;
00135 }


Generated on Fri Aug 20 10:58:09 2004 for NewsCache by doxygen 1.3.6-20040222