Lines Matching refs:ISSPACE
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()
756 while (ISSPACE(*condExpr)) in CondToken()