/freebsd/contrib/nvi/regex/ |
H A D | engine.c | 92 … *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst); 93 …truct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst, sopno lev); 94 …R_T *fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst); 95 …R_T *slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst); 96 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T ch, st… 107 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst); 140 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() 141 const sopno gl = g->laststate; in matcher() 229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher() 252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher() [all …]
|
H A D | regcomp.c | 66 sopno ssize; /* malloced strip size (allocated) */ 67 sopno slen; /* malloced strip length (used) */ 71 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 72 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 97 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit); 117 static sopno dupl(struct parse *p, sopno start, sopno finish); 119 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos); 120 static void dofwd(struct parse *p, sopno pos, sop value); 121 static int enlarge(struct parse *p, sopno size); 124 static sopno pluscount(struct parse *p, struct re_guts *g); [all …]
|
H A D | regex2.h | 77 typedef size_t sopno; typedef 144 sopno nstates; /* = number of sops */ 145 sopno firststate; /* the initial OEND (normally 0) */ 146 sopno laststate; /* the final OEND */ 161 sopno nplus; /* how deep does it nest +s? */
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 197 sopno ssize; /* malloced strip size (allocated) */ 198 sopno slen; /* malloced strip length (used) */ 202 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 203 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 222 static void repeat(struct parse *, sopno, int, int); 235 static sopno dupl(struct parse *, sopno, sopno); 237 static void doinsert(struct parse *, sop, size_t, sopno); 238 static void dofwd(struct parse *, sopno, sop); 239 static void enlarge(struct parse *, sopno); 242 static sopno pluscount(struct parse *, struct re_guts *); [all …]
|
H A D | regex2.h | 69 typedef long sopno; typedef 141 sopno nstates; /* = number of sops */ 142 sopno firststate; /* the initial OEND (normally 0) */ 143 sopno laststate; /* the final OEND */ 156 sopno nplus; /* how deep does it nest +s? */
|
H A D | regengine.inc | 91 static const char *dissect(struct match *, const char *, const char *, sopno, 92 sopno); 93 static const char *backref(struct match *, const char *, const char *, sopno, 94 sopno, sopno, int); 95 static const char *fast(struct match *, const char *, const char *, sopno, sopno); 96 static const char *slow(struct match *, const char *, const char *, sopno, sopno); 97 static states step(struct re_guts *, sopno, sopno, states, int, states); 113 struct match *, const char *, const char *, const char *, sopno, sopno); 143 const sopno gf = g->firststate+1; /* +1 for OEND */ 144 const sopno gl = g->laststate; [all …]
|
/freebsd/lib/libc/regex/ |
H A D | engine.c | 104 …t char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 105 …kref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev,… 106 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno … 107 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, i… 126 …uct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst); 197 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() 198 const sopno gl = g->laststate; in matcher() 344 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher() 367 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher() 414 sopno startst, in dissect() [all …]
|
H A D | regcomp.c | 69 sopno start; 70 sopno back; 71 sopno fwd; 89 sopno ssize; /* malloced strip size (allocated) */ 90 sopno slen; /* malloced strip length (used) */ 94 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 95 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 138 static void repeat(struct parse *p, sopno start, int from, int to); 146 static sopno dupl(struct parse *p, sopno start, sopno finish); 148 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos); [all …]
|
H A D | regex2.h | 75 typedef unsigned long sopno; typedef 179 sopno nstates; /* = number of sops */ 180 sopno firststate; /* the initial OEND (normally 0) */ 181 sopno laststate; /* the final OEND */ 195 sopno nplus; /* how deep does it nest +s? */
|
/freebsd/lib/libc/regex/grot/ |
H A D | debug.c | 67 sopno offset = 2;
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | debug.c | 130 sopno offset = 2; in s_print()
|