Searched refs:NCCL (Results 1 – 13 of 13) sorted by relevance
101 #define NCCL 8 macro198 ep[-2] = NCCL; in re_comp()340 case NCCL: in advance()392 case NCCL|CSTAR: in advance()
114 #define NCCL 8 macro214 ep[-2] = NCCL; in re_comp()357 case NCCL: in advance()409 case NCCL|CSTAR: in advance()
111 #define NCCL 8 macro209 ep[-2] = NCCL; in re_comp()352 case NCCL: in advance()404 case NCCL|CSTAR: in advance()
63 #define NCCL 8 macro240 case NCCL|RNGE: in __advance()259 case NCCL: in __advance()314 case NCCL|PLUS: in __advance()318 case NCCL|STAR: in __advance()
60 #define NCCL 8 macro228 ep[-2] = NCCL; in libform_regcmp()
49 #define NCCL 40 macro212 ep[-1] = NCCL; in compile()383 case NCCL: in advance()456 case NCCL | RNGE: in advance()527 case NCCL | STAR: in advance()
55 %left STRING DOT CCL NCCL CHAR271 | NCCL { $$ = op2(NCCL, (NODE *) 0, cclenter($1)); }
52 #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()
211 else { RETURN(NCCL); } }
47 #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()
64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST49 %left CHAR MCHAR DOT CCL NCCL MCCL NMCCL '('173 | NCCL174 { $$ = 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()
61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER72 %left CHAR CCL NCCL '(' '.' STR NULLS194 | NCCL827 x = NCCL;975 case STR: case CCL: case NCCL: