num_to_edit        24 modules/gui_hexbox.c static int *num_to_edit;
num_to_edit        39 modules/gui_hexbox.c     num_to_edit = num;
num_to_edit       146 modules/gui_hexbox.c             gui_hexbox_draw_hex32(*num_to_edit, currpos, offs_num, y + FONT_HEIGHT * 2);
num_to_edit       147 modules/gui_hexbox.c             gui_hexbox_draw_hint(*num_to_edit, offs_num + 11*FONT_WIDTH, y + FONT_HEIGHT * 2);
num_to_edit       161 modules/gui_hexbox.c             edit_hex_digit((unsigned int*)num_to_edit, currpos, 1);
num_to_edit       165 modules/gui_hexbox.c             edit_hex_digit((unsigned int*)num_to_edit, currpos, -1);
num_to_edit       181 modules/gui_hexbox.c             edit_hex_digit((unsigned int*)num_to_edit, currpos, 0); // zero current digit only
num_to_edit       185 modules/gui_hexbox.c             *num_to_edit = 0; // zero the whole number
num_to_edit       202 modules/gui_hexbox.c     *num_to_edit = num_backup; // edit cancelled
num_to_edit       228 modules/gui_hexbox.c     *num_to_edit = num_backup; // edit cancelled