#include <regexp.h>
Data Fields | |
| char * | startp [NSUBEXP] |
| char * | endp [NSUBEXP] |
| char | regstart |
| char | reganch |
| char * | regmust |
| int | regmlen |
| char | program [1] |
Definition at line 8 of file regexp.h.
| char* regexp::startp[NSUBEXP] |
| char* regexp::endp[NSUBEXP] |
| char regexp::regstart |
| char regexp::reganch |
| char* regexp::regmust |
Definition at line 13 of file regexp.h.
Referenced by regcomp(), regexp_compile_internal(), and regexp_execute_internal().
| int regexp::regmlen |
| char regexp::program[1] |
1.5.4