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

/freebsd-10.2-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-10.2-release/contrib/libyaml/src/
H A Dscanner.c2061 while (IS_BLANK(parser->buffer)) {
2168 while (IS_BLANK(parser->buffer)) {
2265 while (IS_BLANK(parser->buffer)) {
2279 if (!IS_BLANK(parser->buffer)) {
2287 while (IS_BLANK(parser->buffer)) {
2815 while (IS_BLANK(parser->buffer)) {
2867 trailing_blank = IS_BLANK(parser->buffer);
2895 leading_blank = IS_BLANK(parser->buffer);
3284 while (IS_BLANK(parser->buffer) || IS_BREAK(parser->buffer))
3286 if (IS_BLANK(parse
[all...]
H A Dyaml_private.h309 #define IS_BLANK(string) IS_BLANK_AT((string),0) macro
H A Demitter.c2312 leading_spaces = IS_BLANK(string);
/freebsd-10.2-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 74 milliseconds