Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:command_win

271 				wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n");
303 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win ();
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
351 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win);
358 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win);
555 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win);
580 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offset,buffer);
581 wrefresh (command_win);
602 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win ();
608 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return;
616 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win ();
623 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win ();
630 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->name_len);refresh_command_win ();
637 wprintw (command_win,"Error - Length of name greater then name_len\n");
641 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win ();
659 wprintw (command_win,"Error - Variable %s not found\n",variable);