isspace 1133 global/global.c while (*p && isspace(*p)) isspace 274 gtags-cscope/input.c while (isspace((unsigned char)*in)) { isspace 286 gtags-cscope/input.c while (s < lastchar && *in != '/' && *in != '\0' && !isspace((unsigned char)*in)) { isspace 307 gtags-cscope/input.c while (out < lastchar && *in != '\0' && !isspace((unsigned char)*in)) { isspace 316 gtags-cscope/input.c !isspace((unsigned char)*in)) { isspace 158 htags/anchor.c for (; *p && isspace((unsigned char)*p); p++) isspace 176 htags/anchor.c for (; *p && isspace((unsigned char)*p); p++) isspace 947 htags/asm.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) isspace 992 htags/c.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) isspace 99 htags/cflowindex.c for (p = cflow_posix; *p && isspace(*p); p++) isspace 107 htags/cflowindex.c if (!*p || !isspace(*p)) isspace 147 htags/cflowindex.c for (; *p && !isspace(*p); p++) isspace 947 htags/cpp.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) isspace 106 htags/fileindex.c while (*p && isspace((unsigned char)*p)) /* skip space */ isspace 114 htags/fileindex.c while (*p && isspace((unsigned char)*p)) /* skip space */ isspace 138 htags/fileindex.c while (*p && isspace((unsigned char)*p)) /* skip space */ isspace 142 htags/fileindex.c while (*p && isspace((unsigned char)*p)) /* skip space */ isspace 1514 htags/htags.c for (p = opt; *p && isspace(*p); p++) isspace 1528 htags/htags.c } else if (isspace(c)) { isspace 1531 htags/htags.c while (*p && isspace(*p)) isspace 1090 htags/php.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) isspace 202 libglibc/regex.c # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) isspace 213 libglibc/regex.c #define ISSPACE(c) (ISASCII (c) && isspace (c)) isspace 846 libltdl/ltdl.c if (!isspace ((unsigned char) *p)) isspace 849 libltdl/ltdl.c while (*end && !isspace((unsigned char) *end)) isspace 893 libltdl/ltdl.c if (isspace ((unsigned char) *p)) isspace 900 libltdl/ltdl.c while (*end && !isspace ((unsigned char) *end)) isspace 657 libutil/dbop.c for (p += strlen(key); *p && isspace((unsigned char)*p); p++) isspace 127 libutil/find.c if (isspace((unsigned char)*s)) isspace 252 libutil/pathconvert.c for (; *p && !isspace(*p); p++) isspace 260 libutil/pathconvert.c for (; *p && isspace(*p); p++) isspace 268 libutil/pathconvert.c for (; *p && !isspace(*p); p++) isspace 274 libutil/pathconvert.c for (; *p && isspace(*p); p++) isspace 282 libutil/pathconvert.c for (; *p && !isspace(*p); p++) isspace 343 libutil/pathconvert.c for (; *rest && isspace(*rest); rest++) isspace 427 libutil/pathconvert.c for (; *rest && isspace(*rest); rest++) isspace 102 libutil/strmake.c if (isspace(*p)) { isspace 126 libutil/token.c while ((c = nextchar()) != EOF && isspace(c)) isspace 129 libutil/token.c while ((c = nextchar()) != EOF && isspace(c) && c != '\n') isspace 201 libutil/token.c } else if (!isspace(c)) { isspace 301 libutil/token.c else if (!isspace(c)) isspace 341 libutil/token.c else if (!isspace(c)) isspace 372 libutil/token.c while (start < end && *start && isspace(*start)) isspace 206 plugin-factory/exuberant-ctags.c while (*ctags_x && !isspace((unsigned char)*ctags_x)) isspace 208 plugin-factory/exuberant-ctags.c while (*ctags_x && isspace((unsigned char)*ctags_x)) isspace 215 plugin-factory/exuberant-ctags.c if (!isspace((unsigned char)*p)) isspace 217 plugin-factory/exuberant-ctags.c while (p >= ctags_x && isspace((unsigned char)*p)) isspace 228 plugin-factory/exuberant-ctags.c if (!isspace((unsigned char)*p)) isspace 230 plugin-factory/exuberant-ctags.c while (p >= ctags_x && isspace((unsigned char)*p)) isspace 234 plugin-factory/exuberant-ctags.c while (p >= ctags_x && !isspace((unsigned char)*p)) isspace 239 plugin-factory/exuberant-ctags.c if (!isspace((unsigned char)*p)) isspace 242 plugin-factory/exuberant-ctags.c while (isspace((unsigned char)*p))