Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:FOUND

93 		FOUND		-	Current dir entry is returned.
113 if (return_code==ABORT || return_code==FOUND)
194 In action_name, the required name will be checked against the name of the current entry, and FOUND will be
197 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
260 status=FOUND;info=file_info;
263 if (status==FOUND) { /* If found */
309 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
318 Returns FOUND if found, or CONTINUE if not found.
331 return (FOUND);
364 if (status==FOUND) {
370 internal_error ("dir_com","type_dir___entry","According to our gathered data, we should have found this entry");
384 return (FOUND);
548 int found=0;
569 while (descriptor_ptr!=NULL && !found) {
571 found=1;
595 int found=0;
615 found=1;
622 found=1;
629 found=1;
636 found=1;
646 if (found) {
660 wprintw (command_win,"Error - Variable %s not found\n",variable);