Searched refs:CCL (Results 1 – 16 of 16) sorted by relevance
/original-bsd/lib/libcompat/4.3/ |
H A D | regex.c | 89 #define CCL 6 macro 163 *ep++ = CCL; 300 case CCL: 358 case CCL|CSTAR: 361 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))
|
/original-bsd/old/sdb/ |
H A D | re.c | 6 #define CCL 6 macro 108 *ep++ = CCL; 233 case CCL: 285 case CCL|CSTAR:
|
/original-bsd/usr.bin/grep/old.ucb.grep/ |
H A D | old.ucb.grep.c | 28 #define CCL 6 macro 179 *ep++ = CCL; 367 case CCL: 394 case CCL|STAR: 397 while (cclass(ep, *lp++, ep[-1]==(CCL|STAR)));
|
/original-bsd/usr.bin/grep/old.egrep/ |
H A D | old.egrep.y | 9 %token CHAR DOT CCL NCCL OR CAT STAR PLUS QUEST 11 %left CHAR DOT CCL NCCL '(' 110 | CCL 111 ={ $$ = cclenter(CCL); } 155 x = CCL; in yylex() 291 else if (c == CCL) { in cgotofn() 321 | (k == CCL && member(c, right[curpos], 1)) in cgotofn()
|
/original-bsd/usr.bin/grep/old.bin.grep/ |
H A D | old.bin.grep.c | 33 #define CCL 6 macro 230 *ep++ = CCL; 398 case CCL: 450 case CCL|STAR:
|
/original-bsd/usr.bin/ex/ |
H A D | ex_re.h | 67 #define CCL 8 macro
|
H A D | ex_re.c | 670 *ep++ = CCL; 854 case CCL: 890 case CCL|STAR: 893 while (cclass(ep, *lp++, ep[-1] == (CCL|STAR)))
|
/original-bsd/old/lex/ |
H A D | parser.y | 1 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS 5 %left CHAR CCL NCCL '(' '.' STR NULLS 124 | CCL 596 x = CCL; 642 cclinter(x==CCL); 699 case STR: case CCL: case NCCL:
|
/original-bsd/bin/expr/ |
H A D | expr.y | 287 #define CCL 12 macro 383 *ep++ = CCL; 562 case CCL: 606 case CCL|RNGE: 659 case CCL|STAR:
|
/original-bsd/old/awk/ |
H A D | b.c | 27 #define LEAF case CCL: case NCCL: case CHAR: case DOT: 202 if (type(p) == CCL && (*(char *) right(p)) == '\0') 359 case CCL: in cgotofn() 420 case CCL: in cgotofn() 452 || k == CCL && member(c, (char *) right(cp)) in cgotofn()
|
H A D | awk.g.y | 30 %left STRING DOT CCL NCCL CHAR 211 | CCL { PUTS("regex CCL"); $$ = op2(CCL, (node *) 0, cclenter($1)); }
|
H A D | awk.lx.l | 172 if (cflag==0) { RETURN(CCL); }
|
/original-bsd/old/sed/ |
H A D | sed.h | 14 #define CCL 6 macro
|
H A D | sed1.c | 247 case CCL: 298 case CCL|STAR:
|
H A D | sed0.c | 723 *ep++ = CCL;
|
/original-bsd/bin/ed/ |
H A D | ed.c | 46 #define CCL 6 macro 1387 *ep++ = CCL; in compile() 1509 case CCL: 1566 case CCL|STAR: 1569 while (cclass(ep, *lp++, ep[-1]==(CCL|STAR)))
|