Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:CONTINUE

91 		CONTINUE	-	Continue searching.
152 The client function is action_count, which just tell search_dir_entries to continue.
166 Used by count_dir_entries above - This function is called by search_dir_entries, and it tells it to continue
172 return (CONTINUE); /* Just continue searching */
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */
302 else { /* If we can't continue from here, we'll just stop */
303 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win ();
317 Returns FOUND if found, or CONTINUE if not found.
327 return (CONTINUE);
332 return (CONTINUE);
385 return (CONTINUE);
473 return (CONTINUE); /* And pass to the next */