|
LMMS
|
#include "unzip.h"Macros | |
| #define | __MATCH_C /* identifies this source module */ |
| #define | UNZIP_INTERNAL |
| #define | Case(x) |
| #define | WILDCHAR '?' |
| #define | BEG_RANGE '[' |
| #define | END_RANGE ']' |
Functions | |
| static int recmatch | OF ((ZCONST uch *pattern, ZCONST uch *string, int ignore_case __WDLPRO)) |
| static char *isshexp | OF ((ZCONST char *p)) |
| static int namecmp | OF ((ZCONST char *s1, ZCONST char *s2)) |
| int | match (string, pattern, ignore_case __WDL) ZCONST char *string |
| static int | recmatch (p, s, ic __WDL) ZCONST uch *p |
| INCSTR (p) | |
| if (c==0) | |
| static int | namecmp (ZCONST char *s1, ZCONST char *s2) |
| int | iswild (ZCONST char *p) |
Variables | |
| int * | pattern |
| int | ignore_case |
| __WDLDEF | |
| ZCONST uch * | s |
| int | ic |
| c = *p | |
| #define __MATCH_C /* identifies this source module */ |
| #define BEG_RANGE '[' |
| #define Case | ( | x | ) |
| #define END_RANGE ']' |
| #define UNZIP_INTERNAL |
| #define WILDCHAR '?' |
| if | ( | c | = = 0 | ) |
| INCSTR | ( | p | ) |
| int match | ( | string | , |
| pattern | , | ||
| ignore_case | __WDL ) |
| __WDLDEF |
| c = *p |
| int ic |
| int ignore_case |
| int * pattern |