• Home
  • Raw
  • Download

Lines Matching refs:show_pad

31 	werase (show_pad);wmove (show_pad,0,0);  in help()
45 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++; in help()
48 wprintw (show_pad,"\nnone\n");max_line+=2; in help()
53 wprintw (show_pad,"\n");max_line++; in help()
55 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]); in help()
57 wprintw (show_pad,"; "); in help()
60 wprintw (show_pad,"\n\n");max_line+=2; in help()
64 wprintw (show_pad,"ext2 filesystem general commands: \n");max_line++; in help()
67 wprintw (show_pad,"\n");max_line++; in help()
69 wprintw (show_pad,"%-13s",ext2_commands.names [i]); in help()
71 wprintw (show_pad,"; "); in help()
74 wprintw (show_pad,"\n\n");max_line+=2; in help()
77 wprintw (show_pad,"General commands: \n"); in help()
81 wprintw (show_pad,"\n");max_line++; in help()
83 wprintw (show_pad,"%-13s",general_commands.names [i]); in help()
85 wprintw (show_pad,"; "); in help()
88 wprintw (show_pad,"\n\n");max_line+=2; in help()
90 wprintw (show_pad,"EXT2ED ver %s (%s)\n",E2FSPROGS_VERSION, E2FSPROGS_DATE); in help()
91 wprintw (show_pad,"Copyright (C) 1995 Gadi Oxman\n"); in help()
92 wprintw (show_pad,"Reviewed 2001 Christian Bac\n"); in help()
93 wprintw (show_pad,"Modified and enchanced by Theodore Ts'o, 2002\n"); in help()
94 …wprintw (show_pad,"EXT2ED is hereby placed under the terms of the GNU General Public License.\n\n"… in help()
95 wprintw (show_pad,"EXT2ED was programmed as a student project in the software laboratory\n"); in help()
96 wprintw (show_pad,"of the faculty of electrical engineering in the\n"); in help()
97 wprintw (show_pad,"Technion - Israel Institute of Technology\n"); in help()
98 wprintw (show_pad,"with the guide of Avner Lottem and Dr. Ilana David.\n"); in help()
119 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]); in detailed_help()
126 wprintw (show_pad,"%s - %s\n",text,ext2_commands.descriptions [i]); in detailed_help()
133 wprintw (show_pad,"%s - %s\n",text,general_commands.descriptions [i]); in detailed_help()
139 wprintw (show_pad,"quit - Exists EXT2ED"); in detailed_help()
143 wprintw (show_pad,"Error - Command %s not aviable now\n",text); in detailed_help()
548 wprintw (show_pad, "unimplemented\n"); in show_int()
551 wprintw(show_pad, format, temp, temp); in show_int()
575 wprintw (show_pad, "unimplemented\n"); in show_uint()
578 wprintw(show_pad, format, temp, temp); in show_uint()
587 wprintw(show_pad, "\""); in show_char()
599 wprintw(show_pad, "M-"); in show_char()
603 wprintw(show_pad, "^"); in show_char()
606 wprintw(show_pad, "%c", ch); in show_char()
609 wprintw(show_pad, "\"\n"); in show_char()
628 wmove (show_pad,0,0); in show()
631 wprintw (show_pad,"%08ld : ",offset); in show()
634 wattrset (show_pad,A_REVERSE); in show()
637 wprintw (show_pad,"%c",ch_ptr [i]); in show()
639 wprintw (show_pad,"."); in show()
641 wattrset (show_pad,A_NORMAL); in show()
643 wprintw (show_pad," "); in show()
646 wattrset (show_pad,A_REVERSE); in show()
648 wprintw (show_pad,"%02x",ch_ptr [i]); in show()
651 wattrset (show_pad,A_NORMAL); in show()
655 wprintw (show_pad," "); in show()
657 wprintw (show_pad,"\n"); in show()
665 wmove (show_pad,0,0);l=0; in show()
667 wprintw (show_pad,"%-20s = ",current_type->field_names [i]); in show()
681 wprintw (show_pad, "unimplemented\n"); in show()