Go to the source code of this file.
Defines | |
#define | TCSTREXP_ESCAPE 0x1 |
#define | TCSTREXP_FREE 0x2 |
#define | TCSTREXP_KEEPUNDEF 0x4 |
Functions | |
char * | tcregsub (const char *str, const char *pat, const char *sub, int cflags) |
Regex substitution. | |
char * | tcstrexp (const char *s, const char *sd, const char *ed, char fs, char *(*lookup)(char *, void *), void *ld, int flags) |
Something evil that tcregsub needs. |
Definition in file tcrip.h.
|
Definition at line 61 of file tcrip.h. Referenced by tcstrexp(). |
|
Definition at line 62 of file tcrip.h. Referenced by tcregsub(), and tcstrexp(). |
|
Definition at line 63 of file tcrip.h. Referenced by tcregsub(), and tcstrexp(). |
|
Regex substitution.
Definition at line 93 of file tcregex.c. References regsub::m, rs_lookup(), regsub::rx, regsub::s, tcstrexp(), TCSTREXP_FREE, and TCSTREXP_KEEPUNDEF. Referenced by ffregex_do_replace(), and tcstrexp(). |
|
Something evil that tcregsub needs. Don't ask me. Definition at line 125 of file tcstring.c. References escape(), ext, tcregsub(), tcstrexp(), TCSTREXP_ESCAPE, TCSTREXP_FREE, and TCSTREXP_KEEPUNDEF. Referenced by tcregsub(), and tcstrexp(). |