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

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) |
| 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] |
1.5.6