Lines Matching refs:found
81 bool found = FALSE;
82 for(i = 0; !found; i++) {
97 found = TRUE;
306 int found = FALSE;
310 found = TRUE;
312 found = ISALNUM(*s);
314 found = ISALPHA(*s);
316 found = ISDIGIT(*s);
318 found = ISXDIGIT(*s);
320 found = ISPRINT(*s);
322 found = ISSPACE(*s);
324 found = ISUPPER(*s);
326 found = ISLOWER(*s);
328 found = ISBLANK(*s);
330 found = ISGRAPH(*s);
333 found = !found;
335 if(!found)