Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 25 of 167) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype-lex.l72 while (ISSPACE (*tagstart))
76 while (ISSPACE (*tagstart))
102 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--)
104 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
108 ISSPACE(*typestart);
112 ISSPACE(typestart[typelen-1]);
126 for (namestart = yytext + yyleng - 7; ISSPACE (*namestart); namestart--)
128 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
161 ISSPACE(*tagstart);
169 while (ISSPACE (*tagstart))
[all …]
H A Dprotoize.c1904 while (ISSPACE ((const unsigned char)*params_list))
1909 while (*params_list && !ISSPACE ((const unsigned char)*params_list))
1924 while (ISSPACE ((const unsigned char)*params_list))
1927 && !ISSPACE ((const unsigned char)*params_list))
2877 for (++ptr; ISSPACE ((const unsigned char)*ptr);
3246 while (ISSPACE ((const unsigned char)*next_end))
3267 ISSPACE ((const unsigned char)*func_name_limit); )
3363 if (ISSPACE ((unsigned char)*end_formals))
3364 while (ISSPACE ((unsigned char)*end_formals))
3393 if (ISSPACE ((const unsigned char)*end_formals))
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype-lex.l75 while (ISSPACE (*tagstart))
79 while (ISSPACE (*tagstart))
112 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--)
114 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
118 ISSPACE(*typestart);
122 ISSPACE (typestart[typelen-1]);
137 for (namestart = yytext + yyleng - 7; ISSPACE (*namestart); namestart--)
139 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
154 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--)
156 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
[all …]
H A Dgengtype-lex.c2003 while (ISSPACE (*tagstart))
2007 while (ISSPACE (*tagstart))
2044 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--)
2046 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
2050 ISSPACE(*typestart);
2054 ISSPACE (typestart[typelen-1]);
2073 for (namestart = yytext + yyleng - 7; ISSPACE (*namestart); namestart--)
2075 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
2094 for (namestart = yytext + yyleng - 2; ISSPACE (*namestart); namestart--)
2096 for (namelen = 1; !ISSPACE (namestart[-namelen]); namelen++)
[all …]
H A Dprotoize.c1804 while (ISSPACE ((const unsigned char)*params_list)) in munge_compile_params()
1809 while (*params_list && !ISSPACE ((const unsigned char)*params_list)) in munge_compile_params()
1824 while (ISSPACE ((const unsigned char)*params_list)) in munge_compile_params()
1827 && !ISSPACE ((const unsigned char)*params_list)) in munge_compile_params()
2759 for (++ptr; ISSPACE ((const unsigned char)*ptr); in forward_to_next_token_char()
3120 while (ISSPACE ((const unsigned char)*next_end)) in edit_formals_lists()
3141 ISSPACE ((const unsigned char)*func_name_limit); ) in edit_formals_lists()
3236 if (ISSPACE ((unsigned char)*end_formals)) in find_rightmost_formals_list()
3237 while (ISSPACE ((unsigned char)*end_formals)) in find_rightmost_formals_list()
3266 if (ISSPACE ((const unsigned char)*end_formals)) in find_rightmost_formals_list()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mcore.c365 while (*ilp != 0 && ISSPACE (*ilp)) in mcore_s_section()
369 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r')) in mcore_s_section()
499 while (ISSPACE (* s)) in parse_reg()
557 while (ISSPACE (* s)) in parse_creg()
656 while (ISSPACE (* s)) in parse_exp()
803 while (ISSPACE (* s)) in parse_mem()
810 while (ISSPACE (* s)) in parse_mem()
836 while (ISSPACE (* s)) in parse_mem()
868 while (ISSPACE (* str)) in md_assemble()
968 while (ISSPACE (* op_end)) in md_assemble()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mcore.c355 while (*ilp != 0 && ISSPACE (*ilp))
359 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r'))
435 while (ISSPACE (* s))
495 while (ISSPACE (* s))
598 while (ISSPACE (* s))
856 while (ISSPACE (* s))
863 while (ISSPACE (* s))
889 while (ISSPACE (* s))
922 while (ISSPACE (* str))
1021 while (ISSPACE (* op_end))
[all …]
/openbsd-src/usr.bin/make/
H A Dparse.c594 if (ISSPACE(*p) || *p == '\0') in found_delimiter()
605 } while (*p != '\0' && !ISSPACE(*p)); in found_delimiter()
620 for (cp = line; *cp && !ISSPACE(*cp) && *cp != '(';) { in parse_do_targets()
684 while (ISSPACE(*cp)) in parse_do_targets()
795 while (ISSPACE(*cp)) in parse_operator()
913 while (*cp && !ISSPACE(*cp)) in ParseDoDependency()
933 while (ISSPACE(*cp)) in ParseDoDependency()
944 while (*cp && !ISSPACE(*cp)) { in ParseDoDependency()
984 while (ISSPACE(*cp)) in ParseDoDependency()
1175 while (ISSPACE(*file)) in lookup_bsd_include()
[all …]
H A Dfor.c140 while (ISSPACE(*ptr)) in For_Eval()
151 for (wrd = ptr; *ptr && !ISSPACE(*ptr); ptr++) in For_Eval()
160 while (ISSPACE(*ptr)) in For_Eval()
219 for (ptr++; ISSPACE(*ptr); ptr++) in For_Accumulate()
223 (ISSPACE(ptr[6]) || !ptr[6])) { in For_Accumulate()
232 ISSPACE(ptr[3])) { in For_Accumulate()
H A Dcond.c209 while (ISSPACE(*cp)) in CondGetArg()
220 while (ISSPACE(*cp)) in CondGetArg()
225 while (ISSPACE(*cp)) in CondGetArg()
402 while (*end != '\0' && !ISSPACE(*end) && strchr("!=><", *end) == NULL) in CondHandleNumber()
425 if (*condExpr && !ISSPACE(*condExpr) && in CondHandleVarSpec()
436 for (;*condExpr && !ISSPACE(*condExpr); condExpr++) in CondHandleVarSpec()
478 while (ISSPACE(*condExpr)) in CondHandleComparison()
501 while (ISSPACE(*condExpr)) in CondHandleComparison()
596 while (!ISSPACE(*condExpr) && *condExpr != '\0') in CondHandleComparison()
685 for (p = val; ISSPACE(*p); p++) in CondHandleDefault()
[all …]
H A Dparsevar.c47 if (ISSPACE(*p) || *p == '$' || *p == '\0') in find_op1()
75 while (ISSPACE(*arg)) in parse_variable_assignment()
137 while (ISSPACE(*arg)) in parse_variable_assignment()
H A Dexpandchildren.c115 if (ISSPACE(*cp2)) { in ExpandVarChildren()
121 while (ISSPACE(*cp2)) in ExpandVarChildren()
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dutil.c446 while (ISSPACE (c1) && c1 != '\n') c1 = *t1++;
447 while (ISSPACE (c2) && c2 != '\n') c2 = *t2++;
454 if (ISSPACE (c1))
459 if (! ISSPACE (c1))
469 if (ISSPACE (c2))
474 if (! ISSPACE (c2))
490 && ISSPACE(t1[-2]))
497 && ISSPACE(t2[-2]))
H A Dio.c224 if (! ISSPACE (c))
230 if (ISSPACE (c))
235 if (!ISSPACE (c))
254 if (! ISSPACE (c))
260 if (ISSPACE (c))
265 if (!ISSPACE (c))
H A Dsystem.h202 #ifndef ISSPACE
203 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
/openbsd-src/usr.bin/gencat/
H A Dgencat.c69 #define ISSPACE(c) \ macro
268 if (!*cptr || !ISSPACE(*cptr)) { in wskip()
272 while (*cptr && ISSPACE(*cptr)) in wskip()
280 if (!*cptr || ISSPACE(*cptr)) { in cskip()
284 while (*cptr && !ISSPACE(*cptr)) in cskip()
316 if (*tmp && (!ISSPACE(*tmp) || *wskip(tmp))) { in getmsg()
437 } else if (ISSPACE(*cptr)) { in MCParse()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drclex.l254 while (ISSPACE (*s))
258 if (*send != '\0' && ! ISSPACE (*send))
265 while (ISSPACE (*s))
423 assert (ISSPACE (*t));
424 while (ISSPACE (*t))
H A Dnlmheader.y681 while (ISSPACE (c) || c == ',') in yylex()
734 while (ISSPACE (c)); in yylex()
736 while (! ISSPACE (c) && c != EOF) in yylex()
761 if (c != EOF && ! ISSPACE (c) && c != ',') in yylex()
834 while (! ISSPACE (c) in yylex()
H A Dwindres.c615 if ((ISPRINT (b1) || ISSPACE (b1)) in format_from_filename()
616 && (ISPRINT (b2) || ISSPACE (b2)) in format_from_filename()
617 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
618 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
619 && (ISPRINT (b5) || ISSPACE (b5))) in format_from_filename()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Drclex.l257 while (ISSPACE (*s))
261 if (*send != '\0' && ! ISSPACE (*send))
268 while (ISSPACE (*s))
431 assert (ISSPACE (*t));
432 while (ISSPACE (*t))
H A Dnlmheader.y681 while (ISSPACE (c) || c == ',') in yylex()
734 while (ISSPACE (c)); in yylex()
736 while (! ISSPACE (c) && c != EOF) in yylex()
761 if (c != EOF && ! ISSPACE (c) && c != ',') in yylex()
834 while (! ISSPACE (c) in yylex()
H A Dwindres.c619 if ((ISPRINT (b1) || ISSPACE (b1)) in format_from_filename()
620 && (ISPRINT (b2) || ISSPACE (b2)) in format_from_filename()
621 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
622 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
623 && (ISPRINT (b5) || ISSPACE (b5))) in format_from_filename()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dinput-file.c174 if (!strncmp (buf, "O_APP", 5) && ISSPACE (buf[5])) in input_file_open()
184 if (!strncmp (buf, "PP", 2) && ISSPACE (buf[2])) in input_file_open()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dinput-file.c170 if (!strncmp (buf, "O_APP", 5) && ISSPACE (buf[5])) in input_file_open()
180 if (!strncmp (buf, "PP", 2) && ISSPACE (buf[2])) in input_file_open()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dip2k-asm.c76 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp)) in parse_fr()
696 if (* str && ! ISSPACE (* str)) in parse_insn_normal()
774 while (ISSPACE (* str)) in parse_insn_normal()
822 while (ISSPACE (* str)) in ip2k_cgen_assemble_insn()

1234567