Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dregexpr.c145 char cclcnt, numbra = 0; in re_comp() local
206 cclcnt = 1; in re_comp()
217 cclcnt++; in re_comp()
223 cclcnt++; in re_comp()
229 cclcnt++; in re_comp()
233 lastep[1] = cclcnt; in re_comp()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c135 int cclcnt, numbra = 0; in re_comp() local
195 cclcnt = 1; in re_comp()
206 cclcnt++; in re_comp()
212 cclcnt++; in re_comp()
218 cclcnt++; in re_comp()
222 lastep[1] = cclcnt; in re_comp()
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dregex.c151 int cclcnt, numbra = 0; in re_comp() local
211 cclcnt = 1; in re_comp()
222 cclcnt++; in re_comp()
228 cclcnt++; in re_comp()
234 cclcnt++; in re_comp()
238 lastep[1] = (char)cclcnt; in re_comp()
/titanic_44/usr/src/lib/libgen/common/
H A Dreg_compile.c151 int cclcnt; in _compile() local
312 for (cclcnt = 0; cclcnt < 32; cclcnt++) in _compile()
313 ep[cclcnt] ^= 0377; in _compile()
/titanic_44/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()
/titanic_44/usr/src/cmd/egrep/
H A Degrep.y216 int cclcnt, x, ccount, oldccount; in yylex() local
238 cclcnt = 0; in yylex()
249 if (c == '-' && cclcnt > 0 && lc != 0) { in yylex()
253 cclcnt++; in yylex()
266 cclcnt++; in yylex()
275 cclcnt += ccount - oldccount; in yylex()
279 chars[count] = cclcnt; in yylex()
1039 int x1, x2, length, current, last, cclcnt; in ccl() local
1044 cclcnt = 0; in ccl()
1047 cclcnt++; in ccl()
[all …]