HomeSort by relevance Sort by last modified time
    Searched refs:command_win (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/ext2ed/
main.c 123 wprintw (command_win,"\n");
146 key = wgetch(command_win);
183 wprintw(command_win, "\b \b");
185 wprintw(command_win, "%c", key);
205 keypad(command_win, 1);
206 wtimeout(command_win, 100);
218 wmove (command_win,0,0);
219 wclrtoeol (command_win);
220 wprintw (command_win,"ext2ed > ");
254 werase (command_win);
    [all...]
disk.c 62 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
68 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
89 wprintw (command_win,"Error - Write access not aviable (use enablewrite)\n");
118 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
124 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
128 wprintw (command_win,"Data written");refresh_command_win ();
149 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile);
162 wprintw (command_win,"Fatal error - Can\'t allocate %lu bytes!");
223 wprintw (command_win,"Error - No device opened\n");
229 wprintw (command_win,"Error - No offset set\n")
    [all...]
general_com.c 156 wprintw (command_win,"Error - Device name not specified\n");
162 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
163 wprintw (command_win,"You may wish to use the AllowMountedRead on configuration option\n");
168 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
176 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
198 wprintw (command_win,"Device changed to %s",device_name);refresh_command_win ();
210 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
217 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();
230 wprintw (command_win,"Error - No type set\n");refresh_command_win ();
239 wprintw (command_win,"Error - No offset specified\n");refresh_command_win ()
    [all...]
file_com.c 80 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win);
113 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
130 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win ();
140 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
163 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
181 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win);
204 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win);
    [all...]
group_com.c 62 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
69 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return;
88 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
97 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
125 wprintw (command_win,"Reached first group descriptor\n");
126 wrefresh (command_win);
130 wprintw (command_win,"Reached last group descriptor\n");
131 wrefresh (command_win);
dir_com.c 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)
    [all...]
win.c 32 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable
81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
83 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) {
91 scrollok (command_win,TRUE);
154 wrefresh (command_win);
163 delwin (command_win);
211 wresize(command_win, COMMAND_WIN_LINES,COLS);
215 mvwin(command_win, LINES-COMMAND_WIN_LINES,0);
223 clearok(command_win, 1);
ext2_com.c 58 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
63 wprintw (command_win,"Error - Use a full pathname (begin with '/')\n");refresh_command_win ();return;
blockbitmap_com.c 50 wprintw (command_win,"Error - No argument specified\n");
60 wprintw (command_win,"Error - Entry number out of bounds\n");
131 wprintw (command_win,"Error - There aren't that much blocks in the group\n");
159 wprintw (command_win,"Error - There aren't that much blocks in the group\n");
inodebitmap_com.c 35 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
42 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return;
95 wprintw (command_win,"Error - There aren't that much inodes in the group\n");
121 wprintw (command_win,"Error - There aren't that much inodes in the group\n");
inode_com.c 61 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win ();
65 wprintw (command_win,"Reached first inode in current group descriptor\n");
109 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win ();
113 wprintw (command_win,"Reached last inode in current group descriptor\n");
272 wprintw (command_win,"Reached last inode in current group descriptor\n");
277 wprintw (command_win,"Reached first inode in current group descriptor\n");
336 wprintw (command_win,"Error - Inode type is not file\n");refresh_command_win ();
341 wprintw (command_win,"Error - Unable to show file\n");refresh_command_win ();
354 wprintw (command_win,"Error - Inode type is not directory\n");refresh_command_win ();
361 wprintw (command_win,"Error - Unable to show directory\n");refresh_command_win ()
    [all...]
init.c 115 wprintw (command_win,"Error - Failed to open descriptors file %s\n",file_name);
391 wprintw (command_win,"Detected extended 2 file system on device %s\n",device_name);
393 wprintw (command_win,"Warning - Extended 2 filesystem not detected on device %s\n",device_name);
396 wprintw (command_win,"You may wish to use the configuration option ForceExt2 on\n");
399 wprintw (command_win,"Forcing extended 2 filesystem\n");
402 wprintw (command_win,"Forcing default parameters\n");
435 wprintw (command_win,"Sorry, filesystems bigger than 2 GB are currently not supported\n");
617 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
super_com.c 128 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
137 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
ext2ed.h 50 4. Command window (command_win).
424 extern WINDOW *title_win,*show_win,*command_win,*show_pad;

Completed in 80 milliseconds