#include "OSC-common.h"#include "OSC-pattern-match.h"Functions | |
| static Boolean | MatchBrackets (const char *pattern, const char *test) |
| static Boolean | MatchList (const char *pattern, const char *test) |
| Boolean | PatternMatch (const char *pattern, const char *test) |
Variables | |
| static const char * | theWholePattern |
| static Boolean MatchBrackets | ( | const char * | pattern, | |
| const char * | test | |||
| ) | [static] |
References Boolean, FALSE, OSCWarning(), PatternMatch(), theWholePattern, and TRUE.
Referenced by PatternMatch().
| static Boolean MatchList | ( | const char * | pattern, | |
| const char * | test | |||
| ) | [static] |
References FALSE, OSCWarning(), PatternMatch(), theWholePattern, and TRUE.
Referenced by PatternMatch().
| Boolean PatternMatch | ( | const char * | pattern, | |
| const char * | test | |||
| ) |
References FALSE, MatchBrackets(), MatchList(), OSCWarning(), PatternMatch(), theWholePattern, and TRUE.
Referenced by DispatchSubMessage(), MatchBrackets(), MatchList(), and PatternMatch().
const char* theWholePattern [static] |
Referenced by MatchBrackets(), MatchList(), and PatternMatch().
1.5.8