Data Fields | |
regex_t * | re |
const chr * | now |
const chr * | stop |
const chr * | savenow |
const chr * | savestop |
int | err |
int | cflags |
int | lasttype |
int | nexttype |
chr | nextvalue |
int | lexcon |
int | nsubexp |
struct subre ** | subs |
size_t | nsubs |
struct subre * | sub10 [10] |
struct nfa * | nfa |
struct colormap * | cm |
color | nlcolor |
struct state * | wordchrs |
struct subre * | tree |
struct subre * | treechain |
struct subre * | treefree |
int | ntree |
struct cvec * | cv |
struct cvec * | cv2 |
struct subre * | lacons |
int | nlacons |
struct guts * | g |
int | eflags |
size_t | nmatch |
regmatch_t * | pmatch |
rm_detail_t * | details |
chr * | start |
chr * | search_start |
chr * | stop |
struct dfa ** | subdfas |
struct smalldfa | dfa1 |
struct smalldfa | dfa2 |
Definition at line 204 of file regcomp.c.
int vars::cflags |
Definition at line 212 of file regcomp.c.
Referenced by brackpart(), brenext(), cbracket(), eclass(), lexescape(), lexstart(), next(), onechr(), parseqatom(), pg_regcomp(), prefixes(), and skip().
Definition at line 222 of file regcomp.c.
Referenced by bracket(), cbracket(), dovec(), makesearch(), nfanode(), nonword(), onechr(), parseqatom(), pg_regcomp(), subblock(), and subrange().
Definition at line 229 of file regcomp.c.
Referenced by freev(), getcvec(), and pg_regcomp().
Definition at line 230 of file regcomp.c.
Referenced by freev(), and pg_regcomp().
Definition at line 110 of file regexec.c.
Referenced by cfind(), find(), and pg_regexec().
struct smalldfa vars::dfa1 |
struct smalldfa vars::dfa2 |
int vars::eflags |
Definition at line 107 of file regexec.c.
Referenced by longest(), newdfa(), pg_regexec(), and shortest().
int vars::err |
Definition at line 211 of file regcomp.c.
Referenced by cfind(), chrnamed(), citerdissect(), creviterdissect(), freev(), pg_regcomp(), and pg_regexec().
Definition at line 106 of file regexec.c.
Referenced by cbrdissect(), cfind(), cfindloop(), find(), getsubdfa(), lacon(), and pg_regexec().
struct subre* vars::lacons |
Definition at line 231 of file regcomp.c.
Referenced by freev(), newlacon(), and pg_regcomp().
int vars::lasttype |
int vars::lexcon |
int vars::nexttype |
Definition at line 214 of file regcomp.c.
Referenced by brackpart(), lexstart(), next(), and parseqatom().
Definition at line 215 of file regcomp.c.
Referenced by brackpart(), next(), parseqatom(), and scannum().
Definition at line 221 of file regcomp.c.
Referenced by bracket(), cbracket(), dovec(), freev(), nfanode(), nonword(), onechr(), parse(), parsebranch(), parseqatom(), pg_regcomp(), repeat(), subblock(), subrange(), word(), and wordchrs().
int vars::nlacons |
Definition at line 232 of file regcomp.c.
Referenced by freev(), newlacon(), and pg_regcomp().
Definition at line 223 of file regcomp.c.
Referenced by cbracket(), parseqatom(), and pg_regcomp().
size_t vars::nmatch |
Definition at line 108 of file regexec.c.
Referenced by cfindloop(), find(), pg_regexec(), and subset().
Definition at line 207 of file regcomp.c.
Referenced by brackpart(), brenext(), lexdigits(), lexescape(), lexnest(), next(), pg_regcomp(), prefixes(), scanplain(), and skip().
int vars::nsubexp |
Definition at line 217 of file regcomp.c.
Referenced by parseqatom(), and pg_regcomp().
size_t vars::nsubs |
Definition at line 219 of file regcomp.c.
Referenced by moresubs(), parseqatom(), and pg_regcomp().
int vars::ntree |
Definition at line 228 of file regcomp.c.
Referenced by pg_regcomp().
Definition at line 109 of file regexec.c.
Referenced by cbrdissect(), cfindloop(), find(), pg_regexec(), subset(), and zaptreesubs().
Definition at line 206 of file regcomp.c.
Referenced by freev(), pg_regcomp(), and pg_regexec().
const chr* vars::savenow |
Definition at line 209 of file regcomp.c.
Referenced by lexnest(), next(), pg_regcomp(), and wordchrs().
const chr* vars::savestop |
Definition at line 210 of file regcomp.c.
Referenced by lexnest(), next(), and pg_regcomp().
Definition at line 112 of file regexec.c.
Referenced by cfindloop(), find(), and pg_regexec().
Definition at line 111 of file regexec.c.
Referenced by cbrdissect(), find(), lastcold(), longest(), pg_regexec(), and shortest().
const chr* vars::stop |
Definition at line 208 of file regcomp.c.
Referenced by cfind(), cfindloop(), find(), lacon(), lexnest(), longest(), next(), pg_regcomp(), pg_regexec(), and shortest().
struct subre* vars::sub10[10] |
Definition at line 220 of file regcomp.c.
Referenced by freev(), moresubs(), and pg_regcomp().
struct dfa** vars::subdfas |
Definition at line 115 of file regexec.c.
Referenced by getsubdfa(), and pg_regexec().
struct subre** vars::subs |
Definition at line 218 of file regcomp.c.
Referenced by freev(), moresubs(), parseqatom(), and pg_regcomp().
struct subre* vars::tree |
Definition at line 225 of file regcomp.c.
Referenced by freev(), and pg_regcomp().
struct subre* vars::treechain |
struct subre* vars::treefree |
Definition at line 227 of file regcomp.c.
Referenced by cleanst(), freesrnode(), pg_regcomp(), and subre().
struct state* vars::wordchrs |
Definition at line 224 of file regcomp.c.
Referenced by nonword(), pg_regcomp(), word(), and wordchrs().