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