Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregcmp.c84 int cclcnt; in libform_regcmp() local
157 for (cclcnt = 0; i >= 256; cclcnt++) in libform_regcmp()
159 if (cclcnt > 3) goto cerror; in libform_regcmp()
160 *eptr |= cclcnt; in libform_regcmp()
225 cclcnt = 1; in libform_regcmp()
233 if ((c == '-') && (cclcnt > 1) && in libform_regcmp()
238 cclcnt++; in libform_regcmp()
242 cclcnt++; in libform_regcmp()
244 lastep[1] = (char)cclcnt; in libform_regcmp()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c149 int cclcnt, numbra = 0; in re_comp() local
209 cclcnt = 1; in re_comp()
220 cclcnt++; in re_comp()
226 cclcnt++; in re_comp()
232 cclcnt++; in re_comp()
236 lastep[1] = (char)cclcnt; in re_comp()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c143 char cclcnt, numbra = 0; in re_comp() local
204 cclcnt = 1; in re_comp()
215 cclcnt++; in re_comp()
221 cclcnt++; in re_comp()
227 cclcnt++; in re_comp()
231 lastep[1] = cclcnt; in re_comp()
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c149 int cclcnt; in _compile() local
310 for (cclcnt = 0; cclcnt < 32; cclcnt++) in _compile()
311 ep[cclcnt] ^= 0377; in _compile()
/illumos-gate/usr/src/head/
H A Dregexp.h82 int cclcnt; in compile() local
207 for (cclcnt = 0; cclcnt < iflag; in compile()
208 cclcnt++) in compile()
209 ep[cclcnt] ^= 0377; in compile()