Searched refs:ISALNUM (Results 1 – 1 of 1) sorted by relevance
18 #define ISALNUM(X) isalnum((unsigned char)(X)) macro2627 if( x[0]=='{' || x[0]=='\"' || ISALNUM(x[0]) ){ in parseonetoken()2854 for(k=i+1; ISALNUM(z[k]) || z[k]=='_'; k++){} in eval_preprocessor_boolean()3083 }else if( ISALNUM(c) ){ /* Identifiers */ in Parse()3084 while( (c= *cp)!=0 && (ISALNUM(c) || c=='_') ) cp++; in Parse()3091 while( (c = *cp)!=0 && (ISALNUM(c) || c=='_') ) cp++; in Parse()3930 if( ISALPHA(*cp) && (cp==rp->code || (!ISALNUM(cp[-1]) && cp[-1]!='_')) ){ in translate_code()3932 for(xp= &cp[1]; ISALNUM(*xp) || *xp=='_'; xp++); in translate_code()4466 while( i>=1 && (ISALNUM(lemp->arg[i-1]) || lemp->arg[i-1]=='_') ) i--; in ReportTable()4484 while( i>=1 && (ISALNUM(lemp->ctx[i-1]) || lemp->ctx[i-1]=='_') ) i--; in ReportTable()