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

/freebsd-12-stable/usr.bin/lex/
H A Dinitparse.h25 #define CCE_PUNCT 280 macro
H A Dinitparse.c162 #define CCE_PUNCT 280 macro
375 "CCE_LOWER","CCE_PRINT","CCE_PUNCT","CCE_SPACE","CCE_UPPER","CCE_XDIGIT",
461 "ccl_expr : CCE_PUNCT",
H A Dinitscan.c3762 BEGIN(CCL); return CCE_PUNCT;
/freebsd-12-stable/contrib/flex/
H A Dyylex.c190 case CCE_PUNCT:
H A Dparse.y8 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
895 | CCE_PUNCT { CCL_EXPR(ispunct); }

Completed in 213 milliseconds