Searched refs:CCE_NEG_SPACE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.bin/lex/
H A Dinitparse.h38 #define CCE_NEG_SPACE 293 macro
H A Dinitparse.c175 #define CCE_NEG_SPACE 293 macro
377 "CCE_NEG_GRAPH","CCE_NEG_LOWER","CCE_NEG_PRINT","CCE_NEG_PUNCT","CCE_NEG_SPACE",
473 "ccl_expr : CCE_NEG_SPACE",
H A Dinitscan.c3827 BEGIN(CCL); return CCE_NEG_SPACE;
/freebsd-12-stable/contrib/flex/
H A Dparse.y11 %token CCE_NEG_LOWER CCE_NEG_PRINT CCE_NEG_PUNCT CCE_NEG_SPACE CCE_NEG_UPPER CCE_NEG_XDIGIT
912 | CCE_NEG_SPACE { CCL_NEG_EXPR(isspace); }

Completed in 116 milliseconds