Searched refs:IS_WHITESPACE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c82 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
509 while (ch != EOF && IS_WHITESPACE (ch))
809 while (ch != EOF && IS_WHITESPACE (ch));
830 if (!IS_WHITESPACE (ch2))
1154 while (ch != EOF && IS_WHITESPACE (ch));
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c659 #define IS_WHITESPACE(c) ((c) == ' ' || (c) == '\t')
741 for (name = line; IS_WHITESPACE (* name); name ++)
744 (! IS_WHITESPACE (* name_end))
753 for (extra = name_end + 1; IS_WHITESPACE (* extra); extra ++)
1162 while (! IS_WHITESPACE (c) && ! IS_LINE_TERMINATOR (c) && c != EOF)
1179 while (IS_WHITESPACE (c))
1188 while (! IS_WHITESPACE (c) && ! IS_LINE_TERMINATOR (c) && c != EOF)
1205 while (! IS_LINE_TERMINATOR(c) && c != EOF && IS_WHITESPACE (c))
657 #define IS_WHITESPACE macro

Completed in 119 milliseconds