Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:show_pad

30 	werase (show_pad);wmove (show_pad,0,0);
44 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++;
47 wprintw (show_pad,"\nnone\n");max_line+=2;
52 wprintw (show_pad,"\n");max_line++;
54 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]);
56 wprintw (show_pad,"; ");
59 wprintw (show_pad,"\n\n");max_line+=2;
63 wprintw (show_pad,"ext2 filesystem general commands: \n");max_line++;
66 wprintw (show_pad,"\n");max_line++;
68 wprintw (show_pad,"%-13s",ext2_commands.names [i]);
70 wprintw (show_pad,"; ");
73 wprintw (show_pad,"\n\n");max_line+=2;
76 wprintw (show_pad,"General commands: \n");
80 wprintw (show_pad,"\n");max_line++;
82 wprintw (show_pad,"%-13s",general_commands.names [i]);
84 wprintw (show_pad,"; ");
87 wprintw (show_pad,"\n\n");max_line+=2;
89 wprintw (show_pad,"EXT2ED ver %s (%s)\n",E2FSPROGS_VERSION, E2FSPROGS_DATE);
90 wprintw (show_pad,"Copyright (C) 1995 Gadi Oxman\n");
91 wprintw (show_pad,"Reviewed 2001 Christian Bac\n");
92 wprintw (show_pad,"Modified and enchanced by Theodore Ts'o, 2002\n");
93 wprintw (show_pad,"EXT2ED is hereby placed under the terms of the GNU General Public License.\n\n");
94 wprintw (show_pad,"EXT2ED was programmed as a student project in the software laboratory\n");
95 wprintw (show_pad,"of the faculty of electrical engineering in the\n");
96 wprintw (show_pad,"Technion - Israel Institute of Technology\n");
97 wprintw (show_pad,"with the guide of Avner Lottem and Dr. Ilana David.\n");
118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
125 wprintw (show_pad,"%s - %s\n",text,ext2_commands.descriptions [i]);
132 wprintw (show_pad,"%s - %s\n",text,general_commands.descriptions [i]);
138 wprintw (show_pad,"quit - Exists EXT2ED");
142 wprintw (show_pad,"Error - Command %s not aviable now\n",text);
547 wprintw (show_pad, "unimplemented\n");
550 wprintw(show_pad, format, temp, temp);
574 wprintw (show_pad, "unimplemented\n");
577 wprintw(show_pad, format, temp, temp);
586 wprintw(show_pad, "\"");
598 wprintw(show_pad, "M-");
602 wprintw(show_pad, "^");
605 wprintw(show_pad, "%c", ch);
608 wprintw(show_pad, "\"\n");
627 wmove (show_pad,0,0);
630 wprintw (show_pad,"%08ld : ",offset);
633 wattrset (show_pad,A_REVERSE);
636 wprintw (show_pad,"%c",ch_ptr [i]);
638 wprintw (show_pad,".");
640 wattrset (show_pad,A_NORMAL);
642 wprintw (show_pad," ");
645 wattrset (show_pad,A_REVERSE);
647 wprintw (show_pad,"%02x",ch_ptr [i]);
650 wattrset (show_pad,A_NORMAL);
654 wprintw (show_pad," ");
656 wprintw (show_pad,"\n");
664 wmove (show_pad,0,0);l=0;
666 wprintw (show_pad,"%-20s = ",current_type->field_names [i]);
680 wprintw (show_pad, "unimplemented\n");