HomeSort by: relevance | last modified time | path
    Searched defs:is_whitespace (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
read.h 32 (is_whitespace (*input_line_pointer) ? ++input_line_pointer : 0)
34 while (is_whitespace (*input_line_pointer)) ++input_line_pointer
36 #define SKIP_WHITESPACE() know (!is_whitespace (*input_line_pointer))
53 #define is_whitespace(c) \ macro
  /src/external/gpl3/binutils.old/dist/gas/
read.h 32 (is_whitespace (*input_line_pointer) ? ++input_line_pointer : 0)
34 while (is_whitespace (*input_line_pointer)) ++input_line_pointer
36 #define SKIP_WHITESPACE() know (!is_whitespace (*input_line_pointer))
53 #define is_whitespace(c) \ macro
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-stringtable.c 682 is_whitespace (int c) function
722 while (is_whitespace (c));
866 while (is_whitespace (c));
908 while (is_whitespace (c));
x-sh.c 475 is_whitespace (int c) function
752 while (is_whitespace (c));
1158 && (is_whitespace (c) || is_operator_start (c)))
x-csharp.c 725 is_whitespace (int c) function
1263 while (c != UEOF && is_whitespace (c));
x-perl.c 491 is_whitespace (int c) function
868 while (is_whitespace (delim))
1401 if (c == EOF || is_whitespace (c))
1449 while (is_whitespace (c));
1461 while (is_whitespace (c));
1953 else if (is_whitespace (c))
2151 while (is_whitespace (delim))
2185 while (is_whitespace (delim))
2232 while (is_whitespace (delim))
2748 while (is_whitespace (c))
    [all...]

Completed in 56 milliseconds