Lines Matching refs:isspace
1801 if( isspace(c) || c == '\0' || (c == '<' && ptr[1] == '!' && ptr[2] == '-') )1940 else if( !cv_isprint(c) || c == '<' || (!is_quoted && isspace(c)))2132 have_space = isspace(c) || c == '\0';