Home
last modified time | relevance | path

Searched defs:isblank (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmake.h98 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
/ndk/sources/host-tools/nawk-20071023/
Db.c741 #define isblank my_isblank macro
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h55 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro