Home
last modified time | relevance | path

Searched refs:lastep (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregcmp.c82 char *lastep, *sep, *eptr; in libform_regcmp() local
121 lastep = ep; in libform_regcmp()
172 *lastep |= RNGE; in libform_regcmp()
205 if (*lastep == CBRA || *lastep == CKET) in libform_regcmp()
207 *lastep |= PLUS; in libform_regcmp()
211 if (*lastep == CBRA || *lastep == CKET) in libform_regcmp()
213 *lastep |= STAR; in libform_regcmp()
244 lastep[1] = (char)cclcnt; in libform_regcmp()
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c148 char *lastep; in _compile() local
161 lastep = 0; in _compile()
202 lastep = ep; in _compile()
216 if (lastep == 0 || *lastep == CBRA ||*lastep == CKET || in _compile()
217 *lastep == CBRC || *lastep == CLET) in _compile()
219 *lastep |= STAR; in _compile()
349 if (lastep == (char *)0) in _compile()
351 *lastep |= RNGE; in _compile()
414 lastep = ep; in _compile()
/illumos-gate/usr/src/head/
H A Dregexp.h81 char *lastep; in compile() local
95 lastep = NULL; in compile()
116 lastep = ep; in compile()
139 if (lastep == NULL || *lastep == CBRA || in compile()
140 *lastep == CKET) in compile()
142 *lastep |= STAR; in compile()
242 if (lastep == NULL) in compile()
244 *lastep |= RNGE; in compile()
299 lastep = ep; in compile()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c150 char *lastep = 0; in re_comp() local
187 lastep = ep; in re_comp()
195 if (lastep == 0 || *lastep == CBRA || *lastep == CKET) in re_comp()
197 *lastep |= CSTAR; in re_comp()
236 lastep[1] = (char)cclcnt; in re_comp()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c144 char *lastep = NULL; in re_comp() local
181 lastep = ep; in re_comp()
189 if (lastep == NULL || *lastep == CBRA || in re_comp()
190 *lastep == CKET) in re_comp()
192 *lastep |= CSTAR; in re_comp()
231 lastep[1] = cclcnt; in re_comp()