Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c85 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
385 || (STREQ (str, "space") && ISSPACE ((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h160 #define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c322 while (c != EOF && !ISSPACE (c)); in get_line()
Dcompile.c1058 while ((ch=inchar()) == ';' || ISSPACE(ch))