Go to the source code of this file.
Data Structures | |
| struct | regexp |
Defines | |
| #define | NSUBEXP 10 |
| #define | MAGIC 0234 |
Functions | |
| regexp * | regcomp (const char *exp) |
| int | regexec (regexp *prog, const char *string) |
| void | regerror (const char *s) |
| #define MAGIC 0234 |
| #define NSUBEXP 10 |
| regexp* regcomp | ( | const char * | exp | ) |
| void regerror | ( | const char * | s | ) |
| int regexec | ( | regexp * | prog, | |
| const char * | string | |||
| ) |
1.4.7