Lines Matching refs:found
354 * When an handling function is found, it is called along with the
360 int i,found=0;
373 i<=current_type->type_commands.last_command && !found;
377 found=1;
383 if (!found)
384 for (i=0;i<=ext2_commands.last_command && !found;i++) {
387 found=1;
392 /* 3. If not found, search the general commands */
394 if (!found)
395 for (i=0;i<=general_commands.last_command && !found;i++) {
398 found=1;
402 /* 4. If not found, issue an error message and return */
404 if (!found) {