isspace 670 src/cmd/cc/dpchk.c if(isspace(c) || c == '"') { isspace 678 src/cmd/cc/dpchk.c if(c > 0 && !isspace(c) && c != '"') isspace 539 src/cmd/cc/lex.c if(isspace(c)) { isspace 1120 src/cmd/cc/lex.c if(c >= Runeself || !isspace(c)) isspace 1270 src/pkg/regexp/testdata/testregex.c while (p < &unit[sizeof(unit)-1] && (*p = *version++) && !isspace(*p)) isspace 1455 src/pkg/regexp/testdata/testregex.c if (*p == ':' && !isspace(*(p + 1))) isspace 1465 src/pkg/regexp/testdata/testregex.c while (isspace(*p)) isspace 1479 src/pkg/regexp/testdata/testregex.c while (*++p && !isspace(*p)); isspace 1480 src/pkg/regexp/testdata/testregex.c while (isspace(*p))