Lines Matching refs:FOUND
92 FOUND - Current dir entry is returned.
112 if (return_code==ABORT || return_code==FOUND)
193 In action_name, the required name will be checked against the name of the current entry, and FOUND will be
196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
259 status=FOUND;info=file_info;
262 if (status==FOUND) { /* If found */
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
317 Returns FOUND if found, or CONTINUE if not found.
330 return (FOUND);
363 if (status==FOUND) {
369 internal_error ("dir_com","type_dir___entry","According to our gathered data, we should have found this entry");
383 return (FOUND);
547 int found=0;
568 while (descriptor_ptr!=NULL && !found) {
570 found=1;
594 int found=0;
614 found=1;
621 found=1;
628 found=1;
635 found=1;
645 if (found) {
659 wprintw (command_win,"Error - Variable %s not found\n",variable);