Searched refs:CCE_PUNCT (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dinitparse.h24 #define CCE_PUNCT 280 macro
H A Dyylex.c192 case CCE_PUNCT:
H A Dparse.y10 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
899 | CCE_PUNCT { CCL_EXPR(ispunct); }
H A Dinitparse.c144 #define CCE_PUNCT 280 macro
357 "CCE_LOWER","CCE_PRINT","CCE_PUNCT","CCE_SPACE","CCE_UPPER","CCE_XDIGIT",
443 "ccl_expr : CCE_PUNCT",
H A Dinitscan.c3525 BEGIN(CCL); return CCE_PUNCT;

Completed in 185 milliseconds