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

123456

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d30v.c2029 while (ISSPACE (*c))
H A Dtc-mips.c8444 for (s = str; *s != '\0' && !ISSPACE (*s); ++s)
8450 if (ISSPACE (*s))
8469 *s != '\0' && *s != '.' && !ISSPACE (*s);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d30v.c1868 while (ISSPACE (*c))
H A Dtc-m32r.c998 while (ISSPACE (*s2++))
H A Dtc-arm.c14161 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
14202 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
14236 while (*input_line_pointer && !ISSPACE(*input_line_pointer))
H A Dtc-mips.c8296 for (s = str; *s != '\0' && !ISSPACE (*s); ++s)
8302 if (ISSPACE (*s))
8321 *s != '\0' && *s != '.' && !ISSPACE (*s);
10505 if (!ISSPACE ((*str)[len]) && (*str)[len] != '(')
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c233 #define ISSPACE(c) (ISASCII (c) && isspace (c))
2324 || (is_space && ISSPACE (ch))
232 #define ISSPACE macro
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c237 # define ISSPACE(c) (ISASCII (c) && isspace (c))
3303 || (is_space && ISSPACE (ch))
236 # define ISSPACE macro
/openbsd-current/gnu/gcc/gcc/
H A Dgenautomata.c1151 while (ISSPACE ((int) **pstr))
1166 if (pars_num == 0 && ISSPACE ((int) *p))
H A Dgenattrtab.c4413 while (ISSPACE (*p));
H A Dreal.c2201 while (ISSPACE (*str))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenautomata.c1518 while (ISSPACE ((int) **pstr))
1533 if (pars_num == 0 && ISSPACE ((int) *p))
H A Dreal.c2192 while (ISSPACE (*str))
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c15351 if (! ISSPACE (ch))
15354 while ((ch = getc (f)) != EOF && ! ISSPACE (ch))
15422 if (ISSPACE (ch))
15425 while ((ch = getc (f)) != EOF && ISSPACE (ch) && ch != '\n')
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2251 || (is_space && ISSPACE (ch))

Completed in 663 milliseconds

123456