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

/haiku/src/build/libgnuregex/
H A Dregex.c130 #define ISBLANK(c) (isascii (c) && isblank (c))
132 #define ISBLANK(c) ((c) == ' ' || (c) == '\t')
1492 || (is_blank && ISBLANK (ch))
129 #define ISBLANK macro
131 #define ISBLANK macro

Completed in 42 milliseconds