Lines Matching refs:ISSPACE
16 #define ISSPACE(X) isspace((unsigned char)(X)) macro
2799 if( ISSPACE(z[i]) ) continue; in eval_preprocessor_boolean()
2899 if( strncmp(&z[i],"%endif",6)==0 && ISSPACE(z[i+6]) ){ in preprocess_input()
2907 }else if( strncmp(&z[i],"%else",5)==0 && ISSPACE(z[i+5]) ){ in preprocess_input()
2925 for(j=i; z[j] && !ISSPACE(z[j]); j++){} in preprocess_input()
3010 if( ISSPACE(c) ){ cp++; continue; } /* Skip all white space */ in Parse()
4152 while( ISSPACE(*cp) ) cp++; in print_stack_union()
4154 while( j>0 && ISSPACE(stddt[j-1]) ) j--; in print_stack_union()
4405 for(i=0; ISSPACE(lemp->include[i]); i++){ in ReportTable()
4465 while( i>=1 && ISSPACE(lemp->arg[i-1]) ) i--; in ReportTable()
4483 while( i>=1 && ISSPACE(lemp->ctx[i-1]) ) i--; in ReportTable()