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

/freebsd-10.3-release/contrib/nvi/regex/
H A Dregex2.h81 typedef size_t sopno; typedef
148 sopno nstates; /* = number of sops */
149 sopno firststate; /* the initial OEND (normally 0) */
150 sopno laststate; /* the final OEND */
165 sopno nplus; /* how deep does it nest +s? */
H A Dengine.c96 static const RCHAR_T *dissect __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst));
97 static const RCHAR_T *backref __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst, sopno lev));
98 static const RCHAR_T *fast __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst));
99 static const RCHAR_T *slow __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst));
100 static states step __P((struct re_guts *g, sopno star
[all...]
H A Dregcomp.c70 sopno ssize; /* malloced strip size (allocated) */
71 sopno slen; /* malloced strip length (used) */
75 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
76 sopno pend[NPAREN]; /* -> ) ([0] unused) */
101 static void repeat __P((struct parse *p, sopno start, int from, int to, size_t reclimit));
121 static sopno dupl __P((struct parse *p, sopno start, sopno finish));
123 static void doinsert __P((struct parse *p, sop op, size_t opnd, sopno pos));
124 static void dofwd __P((struct parse *p, sopno po
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregex2.h63 typedef long sopno; typedef
135 sopno nstates; /* = number of sops */
136 sopno firststate; /* the initial OEND (normally 0) */
137 sopno laststate; /* the final OEND */
150 sopno nplus; /* how deep does it nest +s? */
H A Dregcomp.c61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
67 sopno pend[NPAREN]; /* -> ) ([0] unused) */
86 static void repeat(struct parse *, sopno, int, int);
99 static sopno dupl(struct parse *, sopno, sopno);
101 static void doinsert(struct parse *, sop, size_t, sopno);
102 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-10.3-release/lib/libc/regex/
H A Dregex2.h76 typedef long sopno; typedef
171 sopno nstates; /* = number of sops */
172 sopno firststate; /* the initial OEND (normally 0) */
173 sopno laststate; /* the final OEND */
187 sopno nplus; /* how deep does it nest +s? */
H A Dengine.c105 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
106 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
107 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
108 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
109 static states step(struct re_guts *g, sopno star
[all...]
H A Dregcomp.c74 sopno ssize; /* malloced strip size (allocated) */
75 sopno slen; /* malloced strip length (used) */
79 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
80 sopno pend[NPAREN]; /* -> ) ([0] unused) */
105 static void repeat(struct parse *p, sopno start, int from, int to);
113 static sopno dupl(struct parse *p, sopno start, sopno finish);
115 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
116 static void dofwd(struct parse *p, sopno po
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c135 sopno offset = 2;
/freebsd-10.3-release/lib/libc/regex/grot/
H A Ddebug.c70 sopno offset = 2;

Completed in 176 milliseconds