Home | History | Annotate | Download | only in MISC

Lines Matching defs:IS_BLANK

101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t')
1338 { CCL_EXPR(IS_BLANK) }