pattern.cc File Reference

#include "AppHdr.h"
#include "pattern.h"

Include dependency graph for pattern.cc:


Classes

struct  glob_info

Functions

int pm_lower (int ch, bool icase)
void * compile_glob_pattern (const char *pattern, bool icase)
void free_compiled_glob_pattern (void *compiled_pattern)
bool glob_pattern_match (void *compiled_pattern, const char *text, int length)
void * compile_pattern (const char *pattern, bool icase)
void free_compiled_pattern (void *cp)
bool pattern_match (void *compiled_pattern, const char *text, int length)

Function Documentation

void* compile_glob_pattern ( const char *  pattern,
bool  icase 
)

void* compile_pattern ( const char *  pattern,
bool  icase 
)

void free_compiled_glob_pattern ( void *  compiled_pattern  ) 

void free_compiled_pattern ( void *  cp  ) 

bool glob_pattern_match ( void *  compiled_pattern,
const char *  text,
int  length 
)

bool pattern_match ( void *  compiled_pattern,
const char *  text,
int  length 
)

int pm_lower ( int  ch,
bool  icase 
) [inline]


Generated on Thu Jan 13 13:17:57 2011 by  doxygen 1.5.6