Home | History | Annotate | Download | only in lib

Lines Matching refs:found

75   int found = FALSE;
78 for(i = 0; !found; i++) {
93 found = TRUE;
354 int found = FALSE;
356 found = TRUE;
358 found = ISALNUM(*s);
360 found = ISALPHA(*s);
362 found = ISDIGIT(*s);
364 found = ISXDIGIT(*s);
366 found = ISPRINT(*s);
368 found = ISSPACE(*s);
370 found = ISUPPER(*s);
372 found = ISLOWER(*s);
374 found = ISBLANK(*s);
376 found = ISGRAPH(*s);
379 found = !found;
381 if(found) {