Home
last modified time | relevance | path

Searched defs:ISBLANK (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h147 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
149 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro