#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <regex.h>
#include "tcrip.h"
Go to the source code of this file.
Typedefs | |
typedef regsub | regsub_t |
Functions | |
static char * | rs_lookup (char *n, void *d) |
char * | tcregsub (const char *str, const char *pat, const char *sub, int cflags) |
Regex substitution. |
Definition in file tcregex.c.
|
|
|
Definition at line 75 of file tcregex.c. References regsub::m, regsub::rx, and regsub::s. Referenced by tcregsub(). |
|
Regex substitution.
Definition at line 96 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(). |