Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c112 #define NCCL 8 macro
212 ep[-2] = NCCL; in re_comp()
355 case NCCL: in advance()
407 case NCCL|CSTAR: in advance()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregex.c63 #define NCCL 8 macro
241 case NCCL|RNGE: in __advance()
260 case NCCL: in __advance()
320 case NCCL|PLUS: in __advance()
325 case NCCL|STAR: in __advance()
H A Dregcmp.c60 #define NCCL 8 macro
228 ep[-2] = NCCL; in libform_regcmp()
/illumos-gate/usr/src/head/
H A Dregexp.h49 #define NCCL 40 macro
212 ep[-1] = NCCL; in compile()
385 case NCCL: in advance()
458 case NCCL | RNGE: in advance()
531 case NCCL | STAR: in advance()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c109 #define NCCL 8 macro
207 ep[-2] = NCCL; in re_comp()
352 case NCCL: in advance()
405 case NCCL|CSTAR: in advance()
/illumos-gate/usr/src/cmd/awk/
H A Db.c72 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
750 case NCCL: in primary()
752 np = op2(NCCL, NIL, (Node *)cclenter((char *)rlxstr)); in primary()
795 case NCCL: in concat()
961 return (NCCL); in relex()
993 (k == NCCL && in cgoto()
1066 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
H A Dawk.g.y86 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
/illumos-gate/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.c50 #define LEAF case CCL: case NCCL: case CHAR: case DOT:
538 case NCCL: in cgotofn()
678 case NCCL: in cgotofn()
737 k == NCCL && in cgotofn()
H A Dawk.lx.l208 else { RETURN(NCCL); } }
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y58 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER
69 %left CHAR CCL NCCL '(' '.' STR NULLS
170 | NCCL
803 x = NCCL;
952 case STR: case CCL: case NCCL: