| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gengtype-lex.l | 72 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 D | protoize.c | 1904 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 D | gengtype-lex.l | 75 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 D | gengtype-lex.c | 2003 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 D | protoize.c | 1804 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 D | tc-mcore.c | 365 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 D | tc-mcore.c | 355 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 D | parse.c | 594 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 D | for.c | 140 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 D | cond.c | 209 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 D | parsevar.c | 47 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 D | expandchildren.c | 115 if (ISSPACE(*cp2)) { in ExpandVarChildren() 121 while (ISSPACE(*cp2)) in ExpandVarChildren()
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | util.c | 446 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 D | io.c | 224 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 D | system.h | 202 #ifndef ISSPACE 203 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) macro
|
| /openbsd-src/usr.bin/gencat/ |
| H A D | gencat.c | 69 #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 D | rclex.l | 254 while (ISSPACE (*s)) 258 if (*send != '\0' && ! ISSPACE (*send)) 265 while (ISSPACE (*s)) 423 assert (ISSPACE (*t)); 424 while (ISSPACE (*t))
|
| H A D | nlmheader.y | 681 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 D | windres.c | 615 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 D | rclex.l | 257 while (ISSPACE (*s)) 261 if (*send != '\0' && ! ISSPACE (*send)) 268 while (ISSPACE (*s)) 431 assert (ISSPACE (*t)); 432 while (ISSPACE (*t))
|
| H A D | nlmheader.y | 681 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 D | windres.c | 619 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 D | input-file.c | 174 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 D | input-file.c | 170 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 D | ip2k-asm.c | 76 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()
|