Home | History | Annotate | Download | only in makewhatis

Lines Matching defs:ISSPACE

122 #define	ISSPACE(c)	isspace((unsigned char)(c))
415 while (!ISSPACE(*str))
530 while (ISSPACE(*data))
537 while ((*ptr != '\0') && !ISSPACE(*ptr))
567 while (ISSPACE(*from)) from++;
570 if (ISSPACE(*from)) {
571 while (ISSPACE(*++from));
703 while (ISSPACE(*from))
709 if (ISSPACE(*from)) {
710 while (ISSPACE(*++from));
742 if (ISSPACE(*from))
905 if (ISSPACE(*ptr))
918 while (ISSPACE(*ptr))
923 while (ISSPACE(*ptr))
948 while (ISSPACE(*ptr))
953 ISSPACE(ptr[length - 2])) {
976 if (ISSPACE(*ptr))
982 ISSPACE(ptr[more - 2])) {
1081 ISSPACE(ptr[more - 2])) {