Home
last modified time | relevance | path

Searched refs:NCCL (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c101 #define NCCL 8 macro
198 ep[-2] = NCCL; in re_comp()
340 case NCCL: in advance()
392 case NCCL|CSTAR: in advance()
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dregex.c114 #define NCCL 8 macro
214 ep[-2] = NCCL; in re_comp()
357 case NCCL: in advance()
409 case NCCL|CSTAR: in advance()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dregexpr.c111 #define NCCL 8 macro
209 ep[-2] = NCCL; in re_comp()
352 case NCCL: in advance()
404 case NCCL|CSTAR: in advance()
/titanic_50/usr/src/lib/libeti/form/common/
H A Dregex.c63 #define NCCL 8 macro
240 case NCCL|RNGE: in __advance()
259 case NCCL: in __advance()
314 case NCCL|PLUS: in __advance()
318 case NCCL|STAR: in __advance()
H A Dregcmp.c60 #define NCCL 8 macro
228 ep[-2] = NCCL; in libform_regcmp()
/titanic_50/usr/src/head/
H A Dregexp.h49 #define NCCL 40 macro
212 ep[-1] = NCCL; in compile()
383 case NCCL: in advance()
456 case NCCL | RNGE: in advance()
527 case NCCL | STAR: in advance()
/titanic_50/usr/src/cmd/oawk/
H A Dawk.g.y55 %left STRING DOT CCL NCCL CHAR
271 | NCCL { $$ = op2(NCCL, (NODE *) 0, cclenter($1)); }
H A Db.c52 #define LEAF case CCL: case NCCL: case CHAR: case DOT:
540 case NCCL: in cgotofn()
680 case NCCL: in cgotofn()
739 k == NCCL && in cgotofn()
H A Dawk.lx.l211 else { RETURN(NCCL); } }
/titanic_50/usr/src/cmd/awk/
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
615 case NCCL: in primary()
617 np = op2(NCCL, NIL, (Node *)cclenter(rlxstr)); in primary()
654 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(': in concat()
758 return (NCCL); in relex()
791 k == NCCL && in cgoto()
H A Dawk.g.y64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
/titanic_50/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 '('
173 | NCCL
174 { $$ = cclenter(NCCL); }
178 { $$ = ccl(NCCL); }
241 x = (multibyte ? NMCCL : NCCL); in yylex()
471 || (k == NCCL && dot(c) && member(c, right[curpos], 0)) in nxtst()
1064 else if(type == NCCL) in ccl()
1182 if(type == NCCL) { in genrange()
/titanic_50/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
194 | NCCL
827 x = NCCL;
975 case STR: case CCL: case NCCL: