Home
last modified time | relevance | path

Searched refs:CCL (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/usr.bin/lex/
Dinitscan.c2003 #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-10-stable/contrib/one-true-awk/
Db.c49 #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()
Dawkgram.y53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
DFIXES729 fixed storage leak in freefa, failing to recover [N]CCL.
/freebsd-10-stable/contrib/flex/
Dscan.l102 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
949 <SECT2,QUOTE,FIRSTCCL,CCL>{ESCSEQ} {
953 BEGIN(CCL);
DChangeLog5718 * scan.l: Fixed CCL-match pattern for [:whatever:]
/freebsd-10-stable/contrib/gcc/config/s390/
Ds390-modes.def63 CCL: EQ NE EQ NE (ALGF/R, ALG/R, AL/R/Y,
164 CC_MODE (CCL);
/freebsd-10-stable/contrib/file/magic/Magdir/
Dmacintosh192 #>69 string CCL\ (Common Lisp)
/freebsd-10-stable/contrib/gcc/
DChangeLog-200312128 * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,