#include <stdio.h>#include <string.h>#include <stdarg.h>#include <sys/time.h>#include "ptree.h"#include "token.h"#include "mop.h"Include dependency graph for pattern.cc:

Go to the source code of this file.
Functions | |
| int | CountArgs (char *pat) |
| char * | SkipSpaces (char *pat) |
Variables | |
| const int | MAX = 32 |
| Ptree ** | resultsArgs [MAX] |
| int | resultsIndex |
|
|
Definition at line 91 of file pattern.cc. Referenced by Ptree::Match(). |
|
|
Definition at line 210 of file pattern.cc. Referenced by Ptree::Match(), and Ptree::MatchList(). |
|
|
Definition at line 52 of file pattern.cc. Referenced by Ptree::Match(). |
|
|
Definition at line 54 of file pattern.cc. |
|
|
Definition at line 55 of file pattern.cc. Referenced by Ptree::Match(), Ptree::MatchList(), and Ptree::MatchPat(). |
1.2.15