Home
last modified time | relevance | path

Searched refs:CCE_PRINT (Results 1 – 5 of 5) sorted by relevance

/src/usr.bin/lex/
H A Dinitparse.h23 #define CCE_PRINT 279 macro
H A Dinitparse.c165 #define CCE_PRINT 279 macro
H A Dinitscan.c3735 BEGIN(CCL); return CCE_PRINT;
/src/contrib/flex/src/
H A Dyylex.c192 case CCE_PRINT: in yylex()
H A Dparse.y8 %token CCE_LOWER CCE_PRINT CCE_PUNCT CCE_SPACE CCE_UPPER CCE_XDIGIT
896 | CCE_PRINT { CCL_EXPR(isprint); }