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

/freebsd-current/usr.bin/lex/
H A Dinitparse.h27 #define CCE_XDIGIT 283 macro
H A Dinitparse.c169 #define CCE_XDIGIT 283 macro
382 "CCE_LOWER","CCE_PRINT","CCE_PUNCT","CCE_SPACE","CCE_UPPER","CCE_XDIGIT",
471 "ccl_expr : CCE_XDIGIT",
H A Dinitscan.c3755 BEGIN(CCL); return CCE_XDIGIT;
/freebsd-current/contrib/flex/src/
H A Dyylex.c196 case CCE_XDIGIT:
H A Dparse.y8 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
899 | CCE_XDIGIT { CCL_EXPR(isxdigit); }

Completed in 101 milliseconds