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

/freebsd-10.2-release/usr.bin/lex/
H A Dinitparse.h28 #define CCE_XDIGIT 283 macro
H A Dinitparse.c163 #define CCE_XDIGIT 283 macro
373 "CCE_LOWER","CCE_PRINT","CCE_PUNCT","CCE_SPACE","CCE_UPPER","CCE_XDIGIT",
461 "ccl_expr : CCE_XDIGIT",
H A Dinitscan.c3777 BEGIN(CCL); return CCE_XDIGIT;
/freebsd-10.2-release/contrib/flex/
H A Dyylex.c193 case CCE_XDIGIT:
H A Dparse.y8 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
897 | CCE_XDIGIT { CCL_EXPR(isxdigit); }

Completed in 115 milliseconds