Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:command_win

272 				wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n");
304 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win ();
309 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
352 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win);
359 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win);
556 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win);
581 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offset,buffer);
582 wrefresh (command_win);
603 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win ();
609 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return;
617 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win ();
624 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win ();
631 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->name_len);refresh_command_win ();
638 wprintw (command_win,"Error - Length of name greater then name_len\n");
642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win ();
660 wprintw (command_win,"Error - Variable %s not found\n",variable);