struct trc_re_namespace

Overview

Regular expression substitution More…

#include <re_subst.h>

struct trc_re_namespace {
    // fields

    char* name;
    trc_re_substs substs;

    // methods

    TAILQ_ENTRY(trc_re_namespace);
};

Detailed Documentation

Regular expression substitution

Fields

char* name

Namespace name

trc_re_substs substs

Regexp substitutions * list

Methods

TAILQ_ENTRY(trc_re_namespace)

List links