Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
142 while (i < ptr->len && ISWHITE (ptr->ptr[i])) in buffer_and_nest()
157 while (i < ptr->len && ISWHITE (ptr->ptr[i])) in buffer_and_nest()
177 while (i < ptr->len && ISWHITE (ptr->ptr[i])) in buffer_and_nest()
897 || ! ISWHITE (in->ptr[src + 5]) in macro_expand_body()
1176 if (ISWHITE (in->ptr[idx])) in macro_expand()