Searched refs:ISSPACE (Results 126 - 150 of 170) sorted by relevance

1234567

/haiku-buildtools/binutils/gas/config/
H A Dtc-riscv.c1078 if (!ISSPACE ((*str)[len]) && (*str)[len] != '(')
1192 if (ISSPACE (*s))
H A Drl78-parse.y1382 else if (ISSPACE (*tok))
1406 while (ISSPACE (*rl78_lex_start)
H A Dtc-cr16.c1230 while ((*operandE != '(') && (! ISSPACE (*operandE)))
2537 for (param = op; *param != 0 && !ISSPACE (*param); param++)
H A Dtc-nds32.c3023 if (ISSPACE (op[i] = str[i]))
3591 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
3728 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
3817 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
H A Dtc-ppc.c2651 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
2674 while (ISSPACE (*str))
3341 while (ISSPACE (*str));
3369 while (ISSPACE (*str))
H A Dtc-sh64.c2460 && ! ISSPACE ((unsigned char) *op_end);
3482 && ISSPACE (src[9])
H A Dtc-m68k.c7343 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
7372 && !ISSPACE (*input_line_pointer))
7383 if (!*input_line_pointer || ISSPACE (*input_line_pointer))
7387 && !ISSPACE (*input_line_pointer))
H A Dtc-aarch64.c8818 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
8864 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
8906 while (*input_line_pointer && !ISSPACE (*input_line_pointer))
/haiku-buildtools/legacy/binutils/bfd/
H A Dsrec.c372 && ! ISSPACE (c))
/haiku-buildtools/legacy/binutils/gas/
H A Dlisting.c881 while (ISSPACE (*line))
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.c1597 && (c = getlc (finput), ISSPACE (c)))
1604 while (c = getlc (finput), ISSPACE (c))
1612 while (c != EOF && ! ISSPACE (c) && c != '\n'
1639 && (c = getlc (finput), ISSPACE (c)))
1656 && (c = getlc (finput), ISSPACE (c)))
2015 if (ISSPACE (c) || c == '<')
/haiku-buildtools/gcc/gcc/
H A Dgcc.c1705 *(sl->ptr_spec) = ((spec[0] == '+' && ISSPACE ((unsigned char)spec[1]))
1969 while (*p2 && !ISSPACE ((unsigned char) *p2))
1991 while (*p3 && !ISSPACE ((unsigned char) *p3))
2995 || ISSPACE (*p))
H A Dgengtype-lex.c1745 for (len = yyleng; ISSPACE (yytext[len-1]); len--)
/haiku-buildtools/binutils/gas/
H A Dlisting.c1136 while (ISSPACE (*line))
/haiku-buildtools/binutils/bfd/
H A Dsrec.c373 && ! ISSPACE (c))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-sh.c2814 while (ISSPACE (*name))
2818 while (!ISSPACE (name[name_length]))
H A Dtc-sh64.c2459 && ! ISSPACE ((unsigned char) *op_end);
3487 && ISSPACE (src[9])
H A Dobj-elf.c1291 || ISSPACE (input_line_pointer[1])))
H A Dtc-m68k.c6904 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
6933 && !ISSPACE (*input_line_pointer))
6944 if (!*input_line_pointer || ISSPACE (*input_line_pointer))
6948 && !ISSPACE (*input_line_pointer))
H A Dtc-ppc.c2133 for (s = str; *s != '\0' && ! ISSPACE (*s); s++)
2156 while (ISSPACE (*str))
2621 while (ISSPACE (*str))
H A Dtc-d30v.c1868 while (ISSPACE (*c))
/haiku-buildtools/legacy/gcc/gcc/
H A Dcollect2.c2360 for (end = p; (ch2 = *end) != '\0' && !ISSPACE (ch2) && ch2 != '|';
2795 (ch2 = *end) != '\0' && ch2 != '\n' && !ISSPACE (ch2) && ch2 != '|';
H A Dgcc.c1275 *(sl->ptr_spec) = ((spec[0] == '+' && ISSPACE ((unsigned char)spec[1]))
1593 while (*p2 && !ISSPACE ((unsigned char)*p2))
1611 while (*p3 && !ISSPACE ((unsigned char)*p3))
/haiku-buildtools/legacy/binutils/opcodes/
H A Dmt-opc.c59 for (hash = 0; *m && ! ISSPACE (*m); m++)
/haiku-buildtools/binutils/opcodes/
H A Dmt-opc.c58 for (hash = 0; *m && ! ISSPACE (*m); m++)

Completed in 399 milliseconds

1234567