Home
last modified time | relevance | path

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

/netbsd/external/bsd/flex/dist/src/
H A Dinitscan.c1976 #define CCL 11 macro
3438 BEGIN(CCL); return '^';
3449 BEGIN(CCL); RETURNCHAR;
3479 BEGIN(CCL); return CCE_ALNUM;
3483 BEGIN(CCL); return CCE_ALPHA;
3487 BEGIN(CCL); return CCE_BLANK;
3491 BEGIN(CCL); return CCE_CNTRL;
3495 BEGIN(CCL); return CCE_DIGIT;
3499 BEGIN(CCL); return CCE_GRAPH;
3780 BEGIN(CCL);
[all …]
H A Dscan.l131 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
985 <SECT2,QUOTE,FIRSTCCL,CCL>{ESCSEQ} {
989 BEGIN(CCL);
/netbsd/external/historical/nawk/dist/
H A Db.c49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
473 if (type(p) == CCL && (*(char *) right(p)) == '\0') in first()
780 case CCL: in primary()
781 np = op2(CCL, NIL, (Node*) cclenter((const char *) rlxstr)); in primary()
802 return unary(op2(CCL, NIL, (Node *) tostring(""))); in primary()
821 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(': in concat()
825 return (concat(op2(CAT, op2(CCL, NIL, (Node *) tostring("")), in concat()
1160 return CCL; in relex()
1261 || (k == CCL && member(c, (char *) f->re[p[i]].lval.up)) in cgoto()
1332 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
H A Dytab.h66 CCL = 272, enumerator
H A Dawkgram.y57 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE ZERO
H A Dytab.c142 CCL = 272, enumerator
H A DFIXES962 fixed storage leak in freefa, failing to recover [N]CCL.
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-modes.def70 CCL: EQ NE EQ NE (ALGF/R, ALG/R, AL/R/Y,
228 CC_MODE (CCL);
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-modes.def73 CCL: EQ NE EQ NE (ALGF/R, ALG/R, AL/R/Y,
231 CC_MODE (CCL);
/netbsd/external/gpl3/gdb/dist/gas/doc/
H A Dc-s12z.texi163 @samp{CCR}, @samp{CCH} or @samp{CCL} which refer to the complete
/netbsd/external/gpl3/binutils/dist/gas/doc/
H A Dc-s12z.texi163 @samp{CCR}, @samp{CCH} or @samp{CCL} which refer to the complete
H A Das.info15267 `CCR', `CCH' or `CCL' which refer to the complete condition code
/netbsd/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-s12z.texi163 @samp{CCR}, @samp{CCH} or @samp{CCL} which refer to the complete
H A Das.info14490 'CCH' or 'CCL' which refer to the complete condition code register,
/netbsd/external/gpl3/gdb.old/dist/gas/doc/
H A Dc-s12z.texi163 @samp{CCR}, @samp{CCH} or @samp{CCL} which refer to the complete
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dmacintosh302 >0 string CCL\ Common Lisp
/netbsd/etc/
H A Dservices5878 # NCR CCL
5884 ncr_ccl 2528/tcp # NCR CCL [Amitava_Dutta] …
5886 # NCR CCL
5892 ncr_ccl 2528/udp # NCR CCL [Amitava_Dutta] …
/netbsd/share/misc/
H A Dairport1167 CCL:Chinchilla, Chile
/netbsd/external/bsd/flex/dist/
H A DChangeLog8490 * scan.l: Fixed CCL-match pattern for [:whatever:]
/netbsd/external/historical/nawk/dist/testdir/
H A Dfunstack.in5006 @Article{Fenichel:1971:CCL,
16050 @Article{Fisher:1975:CCL,
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312128 * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,