Home
last modified time | relevance | path

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

/plan9/sys/src/libndb/
H A Dndbhf.h19 #define ISWHITE(x) ((x) == ' ' || (x) == '\t' || (x) == '\r') macro
/plan9/sys/src/cmd/upas/marshal/
H A Dmarshal.c1537 #define ISWHITE(p) ((p)==' ' || (p)=='\t' || (p)=='\n' || (p)=='\r') macro