Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro