Searched refs:isblank (Results 1 – 2 of 2) sorted by relevance
80 #if !defined _LIBC && ! (defined isblank || (HAVE_ISBLANK && HAVE_DECL_ISBLANK))81 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
3650 BUILD_CHARCLASS_LOOP (isblank); in build_charclass()
Completed in 34 milliseconds