Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dz8kgen.c39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro
794 while (*n && !iswhite (*n)) in chewname()
814 while (*n == ',' || iswhite (*n)) in chewname()
889 while (*s && !iswhite (*s)) in print_type()