Searched refs:CCLASS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_lex.c405 case CCLASS:
451 RET(CCLASS);
632 if (v->nexttype == CCLASS) { /* fudge at lexical level */
655 * Note slightly nonstandard use of the CCLASS type code.
700 RETV(CCLASS, 'd');
704 RETV(CCLASS, 'D');
727 RETV(CCLASS, 's');
731 RETV(CCLASS, 'S');
753 RETV(CCLASS, 'w');
757 RETV(CCLASS, '
[all...]
H A Dregcomp.c254 #define CCLASS 'C' /* start of [: */ macro
1414 case CCLASS:
1480 assert(SEE(COLLEL) || SEE(ECLASS) || SEE(CCLASS));

Completed in 36 milliseconds