Searched refs:IS_BLANK (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/flex/
H A Dparse.y105 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t')
885 | CCE_BLANK { CCL_EXPR(IS_BLANK); }
906 | CCE_NEG_BLANK { CCL_NEG_EXPR(IS_BLANK); }
/freebsd-11.0-release/usr.bin/lex/
H A Dinitparse.c90 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
1664 { CCL_EXPR(IS_BLANK); }
1720 { CCL_NEG_EXPR(IS_BLANK); }

Completed in 54 milliseconds