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

/freebsd-current/usr.bin/lex/
H A Dinitparse.h24 #define CCE_PUNCT 280 macro
H A Dinitparse.c166 #define CCE_PUNCT 280 macro
382 "CCE_LOWER","CCE_PRINT","CCE_PUNCT","CCE_SPACE","CCE_UPPER","CCE_XDIGIT",
469 "ccl_expr : CCE_PUNCT",
H A Dinitscan.c3740 BEGIN(CCL); return CCE_PUNCT;
/freebsd-current/contrib/flex/src/
H A Dyylex.c193 case CCE_PUNCT:
H A Dparse.y8 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
897 | CCE_PUNCT { CCL_EXPR(ispunct); }

Completed in 127 milliseconds