Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:HEX

43 	file_info.display=HEX;
60 if (file_info.display==HEX)
233 strcpy (buffer,"hex");
237 if (strcasecmp (buffer,"hex")==0) {
238 wprintw (command_win,"Display set to hex\n");wrefresh (command_win);
239 file_info.display=HEX;
442 int mode=HEX;
456 else if (strcasecmp (buffer,"hex")==0) {
457 mode=HEX;
465 if (mode==HEX) {