Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c85 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h160 #define ISSPACE(c) (ISASCII (c) && isspace (c)) macro