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 122 wprintw (command_win,"\n");
145 key = wgetch(command_win);
182 wprintw(command_win, "\b \b");
184 wprintw(command_win, "%c", key);
204 keypad(command_win, 1);
205 wtimeout(command_win, 100);
217 wmove (command_win,0,0);
218 wclrtoeol (command_win);
219 wprintw (command_win,"ext2ed > ");
253 werase (command_win);
    [all...]
disk.c 61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
67 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
88 wprintw (command_win,"Error - Write access not aviable (use enablewrite)\n");
117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
123 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
127 wprintw (command_win,"Data written");refresh_command_win ();
148 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile);
161 wprintw (command_win,"Fatal error - Can\'t allocate %lu bytes!");
222 wprintw (command_win,"Error - No device opened\n");
228 wprintw (command_win,"Error - No offset set\n")
    [all...]
general_com.c 155 wprintw (command_win,"Error - Device name not specified\n");
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
162 wprintw (command_win,"You may wish to use the AllowMountedRead on configuration option\n");
167 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
197 wprintw (command_win,"Device changed to %s",device_name);refresh_command_win ();
209 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
216 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();
229 wprintw (command_win,"Error - No type set\n");refresh_command_win ();
238 wprintw (command_win,"Error - No offset specified\n");refresh_command_win ()
    [all...]
file_com.c 79 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win);
112 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
129 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win ();
139 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
162 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win ();
180 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win);
203 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win);
    [all...]
group_com.c 61 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
68 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return;
87 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
96 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
124 wprintw (command_win,"Reached first group descriptor\n");
125 wrefresh (command_win);
129 wprintw (command_win,"Reached last group descriptor\n");
130 wrefresh (command_win);
dir_com.c 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)
    [all...]
win.c 31 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable
80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
82 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) {
90 scrollok (command_win,TRUE);
153 wrefresh (command_win);
162 delwin (command_win);
210 wresize(command_win, COMMAND_WIN_LINES,COLS);
214 mvwin(command_win, LINES-COMMAND_WIN_LINES,0);
222 clearok(command_win, 1);
ext2_com.c 57 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
62 wprintw (command_win,"Error - Use a full pathname (begin with '/')\n");refresh_command_win ();return;
blockbitmap_com.c 49 wprintw (command_win,"Error - No argument specified\n");
59 wprintw (command_win,"Error - Entry number out of bounds\n");
130 wprintw (command_win,"Error - There aren't that much blocks in the group\n");
158 wprintw (command_win,"Error - There aren't that much blocks in the group\n");
inodebitmap_com.c 34 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
41 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return;
94 wprintw (command_win,"Error - There aren't that much inodes in the group\n");
120 wprintw (command_win,"Error - There aren't that much inodes in the group\n");
inode_com.c 60 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win ();
64 wprintw (command_win,"Reached first inode in current group descriptor\n");
108 wprintw (command_win,"Error - Entry out of limits\n");refresh_command_win ();
112 wprintw (command_win,"Reached last inode in current group descriptor\n");
271 wprintw (command_win,"Reached last inode in current group descriptor\n");
276 wprintw (command_win,"Reached first inode in current group descriptor\n");
335 wprintw (command_win,"Error - Inode type is not file\n");refresh_command_win ();
340 wprintw (command_win,"Error - Unable to show file\n");refresh_command_win ();
353 wprintw (command_win,"Error - Inode type is not directory\n");refresh_command_win ();
360 wprintw (command_win,"Error - Unable to show directory\n");refresh_command_win ()
    [all...]
init.c 114 wprintw (command_win,"Error - Failed to open descriptors file %s\n",file_name);
390 wprintw (command_win,"Detected extended 2 file system on device %s\n",device_name);
392 wprintw (command_win,"Warning - Extended 2 filesystem not detected on device %s\n",device_name);
395 wprintw (command_win,"You may wish to use the configuration option ForceExt2 on\n");
398 wprintw (command_win,"Forcing extended 2 filesystem\n");
401 wprintw (command_win,"Forcing default parameters\n");
434 wprintw (command_win,"Sorry, filesystems bigger than 2 GB are currently not supported\n");
616 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
super_com.c 127 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();return;
136 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 72 milliseconds