Home
last modified time | relevance | path

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

/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
/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
378 || (STREQ (str, "blank") && ISBLANK ((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c272 while (ISBLANK(ch)); in in_nonblank()
699 && !ISBLANK(ch) && ch != ';' && ch != CLOSE_BRACE && ch != '#') in read_label()