Searched refs:NCCL (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | regex.c | 101 #define NCCL 8 macro 198 ep[-2] = NCCL; 340 case NCCL: 392 case NCCL|CSTAR:
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | regexpr.c | 111 #define NCCL 8 macro 209 ep[-2] = NCCL; 352 case NCCL: 404 case NCCL|CSTAR:
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | regex.c | 114 #define NCCL 8 macro 214 ep[-2] = NCCL; 357 case NCCL: 409 case NCCL|CSTAR:
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | regex.c | 63 #define NCCL 8 macro 240 case NCCL|RNGE: 259 case NCCL: 314 case NCCL|PLUS: 318 case NCCL|STAR:
|
H A D | regcmp.c | 60 #define NCCL 8 macro 228 ep[-2] = NCCL;
|
/illumos-gate/usr/src/head/ |
H A D | regexp.h | 49 #define NCCL 40 macro 212 ep[-1] = NCCL; 383 case NCCL: 456 case NCCL | RNGE: 527 case NCCL | STAR:
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 55 %left STRING DOT CCL NCCL CHAR 271 | NCCL { $$ = op2(NCCL, (NODE *) 0, cclenter($1)); }
|
H A D | awk.lx.l | 211 else { RETURN(NCCL); } }
|
H A D | b.c | 52 #define LEAF case CCL: case NCCL: case CHAR: case DOT: 58 * leaf (CCL, NCCL, CHAR, DOT): left is index, 540 case NCCL: 680 case NCCL: 739 k == NCCL &&
|
/illumos-gate/usr/src/cmd/egrep/ |
H A D | egrep.y | 47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST 49 %left CHAR MCHAR DOT CCL NCCL MCCL NMCCL '(' 173 | NCCL 174 { $$ = cclenter(NCCL); } 178 { $$ = ccl(NCCL); } 241 x = (multibyte ? NMCCL : NCCL); 471 || (k == NCCL && dot(c) && member(c, right[curpos], 0)) 1064 else if(type == NCCL) 1182 if(type == NCCL) {
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL: 52 * leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL): 615 case NCCL: 617 np = op2(NCCL, NIL, (Node *)cclenter(rlxstr)); 654 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(': 758 return (NCCL); 791 k == NCCL &&
|
H A D | awk.g.y | 64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER 72 %left CHAR CCL NCCL '(' '.' STR NULLS 194 | NCCL 827 x = NCCL; 975 case STR: case CCL: case NCCL:
|
Completed in 109 milliseconds