Searched refs:CCL (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libgen/inc/
H A D_regexp.h31 #define CCL 12 macro
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregex.c62 #define CCL 24 macro
239 case CCL|RNGE:
243 if (!__cclass(ep, *lp++, ep[-1] == (CCL | RNGE)))
247 if (!__cclass(ep, *lp++, ep[-1] == (CCL|RNGE)))
252 case CCL:
313 case CCL|PLUS:
315 if (!__cclass(ep, *lp++, ep[-1] == (CCL | PLUS)))
317 case CCL|STAR:
320 while (__cclass(ep, *lp++, ((ep[-1] == (CCL | STAR)) ||
321 (ep[-1] == (CCL | PLU
[all...]
H A Dregcmp.c59 #define CCL 24 macro
223 *ep++ = CCL;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c100 #define CCL 6 macro
193 *ep++ = CCL;
333 case CCL:
391 case CCL|CSTAR:
394 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c110 #define CCL 6 macro
204 *ep++ = CCL;
345 case CCL:
403 case CCL|CSTAR:
406 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c113 #define CCL 6 macro
209 *ep++ = CCL;
350 case CCL:
408 case CCL|CSTAR:
411 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))
/illumos-gate/usr/src/head/
H A Dregexp.h43 #define CCL 12 macro
155 *ep++ = CCL;
387 case CCL:
460 case CCL | RNGE:
531 case CCL | STAR:
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y55 %left STRING DOT CCL NCCL CHAR
270 | CCL { $$ = op2(CCL, (NODE *) 0, cclenter($1)); }
H A Db.c52 #define LEAF case CCL: case NCCL: case CHAR: case DOT:
58 * leaf (CCL, NCCL, CHAR, DOT): left is index,
273 if (type(p) == CCL &&
275 return (0); /* empty CCL */
341 * been changed structure of CCL tables. And some CCL tables end up with NULLs
343 * Please note, CCL table which has a length data and data will include NULLs,
525 case CCL:
660 case CCL:
736 k == DOT || k == CCL
[all...]
H A Dawk.lx.l210 if (cflag==0) { RETURN(CCL); }
/illumos-gate/usr/src/cmd/awk/
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
52 * leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL):
355 if (type(p) == CCL && (*(uchar *)right(p)) == '\0')
356 return (0); /* empty CCL */
610 case CCL:
612 np = op2(CCL, NIL, (Node *)cclenter(rlxstr));
630 return (unary(op2(CCL, NIL,
654 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(':
756 return (CCL);
789 k == CCL
[all...]
H A Dawk.g.y64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_step.c279 case CCL:
401 case CCL | RNGE:
495 case CCL | STAR:
H A Dreg_compile.c237 *ep++ = CCL;
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST
49 %left CHAR MCHAR DOT CCL NCCL MCCL NMCCL '('
171 | CCL
172 { $$ = cclenter(CCL); }
176 { $$ = ccl(CCL); }
237 x = (multibyte ? MCCL : CCL);
470 || (k == CCL && dot(c) && member(c, right[curpos], 1))
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER
72 %left CHAR CCL NCCL '(' '.' STR NULLS
192 | CCL
825 x = CCL;
975 case STR: case CCL: case NCCL:

Completed in 746 milliseconds