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