Searched refs:sopno (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/nvi/regex/
H A Dregex2.h77 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? */
H A Dengine.c92 static const RCHAR_T *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
93 static const RCHAR_T *backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst, sopno lev);
94 static const RCHAR_T *fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
95 static const RCHAR_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 star
[all...]
H A Dregcomp.c66 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 po
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h69 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 Dregcomp.c197 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, so
[all...]
H A Dregengine.inc89 static const char *dissect(struct match *, const char *, const char *, sopno,
90 sopno);
91 static const char *backref(struct match *, const char *, const char *, sopno,
92 sopno, sopno, int);
93 static const char *fast(struct match *, const char *, const char *, sopno, sopno);
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
95 static states step(struct re_guts *, sopno, sopn
[all...]
/freebsd-12-stable/lib/libc/regex/
H A Dregex2.h78 typedef unsigned long sopno; typedef
177 sopno nstates; /* = number of sops */
178 sopno firststate; /* the initial OEND (normally 0) */
179 sopno laststate; /* the final OEND */
193 sopno nplus; /* how deep does it nest +s? */
H A Dengine.c109 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
110 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
111 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
112 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, int sflags);
131 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno starts
[all...]
H A Dregcomp.c77 sopno start;
78 sopno back;
79 sopno fwd;
97 sopno ssize; /* malloced strip size (allocated) */
98 sopno slen; /* malloced strip length (used) */
102 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
103 sopno pend[NPAREN]; /* -> ) ([0] unused) */
146 static void repeat(struct parse *p, sopno start, int from, int to);
154 static sopno dupl(struct parse *p, sopno star
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c130 sopno offset = 2;
/freebsd-12-stable/lib/libc/regex/grot/
H A Ddebug.c70 sopno offset = 2;

Completed in 122 milliseconds