Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:HEX

42 	file_info.display=HEX;
59 if (file_info.display==HEX)
232 strcpy (buffer,"hex");
236 if (strcasecmp (buffer,"hex")==0) {
237 wprintw (command_win,"Display set to hex\n");wrefresh (command_win);
238 file_info.display=HEX;
441 int mode=HEX;
455 else if (strcasecmp (buffer,"hex")==0) {
456 mode=HEX;
464 if (mode==HEX) {