Go to the source code of this file.
Data Structures | |
| struct | regexp |
Defines | |
| #define | NSUBEXP 10 |
Functions | |
| regexp * | regcomp () |
| int | regexec () |
| void | regsub () |
| void | regerror () |
| long | last_regsize () |
| #define NSUBEXP 10 |
| long last_regsize | ( | ) |
Definition at line 1217 of file regexp.c.
References regsize.
Referenced by regexp_compile_internal().
| regexp* regcomp | ( | ) |
| void regerror | ( | ) |
| int regexec | ( | ) |
| void regsub | ( | ) |
Referenced by main(), multiple(), and try().
1.5.4