Searched refs:CCL (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/usr.bin/lex/ |
| HD | initscan.c | 2003 #define CCL 11 macro 3672 BEGIN(CCL); return '^'; 3685 BEGIN(CCL); RETURNCHAR; 3722 BEGIN(CCL); return CCE_ALNUM; 3727 BEGIN(CCL); return CCE_ALPHA; 3732 BEGIN(CCL); return CCE_BLANK; 3737 BEGIN(CCL); return CCE_CNTRL; 3742 BEGIN(CCL); return CCE_DIGIT; 3747 BEGIN(CCL); return CCE_GRAPH; 3752 BEGIN(CCL); return CCE_LOWER; [all …]
|
| /freebsd-11-stable/contrib/one-true-awk/ |
| HD | b.c | 49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL: 423 if (type(p) == CCL && (*(char *) right(p)) == '\0') in first() 664 case CCL: in primary() 665 np = op2(CCL, NIL, (Node*) cclenter((char *) rlxstr)); in primary() 682 return unary(op2(CCL, NIL, (Node *) tostring(""))); in primary() 700 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(': in concat() 862 return CCL; in relex() 895 || (k == CCL && member(c, (char *) f->re[p[i]].lval.up)) in cgoto() 971 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
|
| HD | awkgram.y | 53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
|
| HD | FIXES | 729 fixed storage leak in freefa, failing to recover [N]CCL.
|
| /freebsd-11-stable/contrib/flex/ |
| HD | scan.l | 102 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION 949 <SECT2,QUOTE,FIRSTCCL,CCL>{ESCSEQ} { 953 BEGIN(CCL);
|
| HD | ChangeLog | 5718 * scan.l: Fixed CCL-match pattern for [:whatever:]
|
| /freebsd-11-stable/contrib/gcc/config/s390/ |
| HD | s390-modes.def | 63 CCL: EQ NE EQ NE (ALGF/R, ALG/R, AL/R/Y, 164 CC_MODE (CCL);
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | macintosh | 302 >0 string CCL\ Common Lisp
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2003 | 12128 * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
|