Searched refs:A_NORMAL (Results 1 – 10 of 10) sorted by relevance
28 int console_current_color = A_NORMAL;29 static int console_standard_color = A_NORMAL;30 static int console_normal_color = A_NORMAL;
31 static int herc_standard_color = A_NORMAL;32 static int herc_normal_color = A_NORMAL;34 static int herc_current_color = A_NORMAL;
297 # define A_NORMAL 0x7 macro309 #ifndef A_NORMAL310 # define A_NORMAL 0 macro
284 wattrset (show_pad,A_NORMAL); in file_show_hex()297 wattrset (show_pad,A_NORMAL); in file_show_hex()363 wattrset (show_pad,A_NORMAL); in file_show_text()
471 wattrset (show_pad,A_NORMAL); in action_show()652 wattrset (show_pad,A_NORMAL); in type_dir___set()
183 wattrset (show_pad,A_NORMAL); in type_ext2_inode_bitmap___show()
233 wattrset (show_pad,A_NORMAL); in type_ext2_block_bitmap___show()
640 wattrset (show_pad,A_NORMAL); in show()650 wattrset (show_pad,A_NORMAL); in show()
93 int console_current_color = A_NORMAL;739 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL; in console_setcolorstate()
6640 * stage2/shared.h [!A_NORMAL] (A_NORMAL): Set to zero.8738 * shared_src/stage2.c (run_menu): Use A_REVERSE and A_NORMAL8743 (A_NORMAL): Renamed from ATTR_NORMAL.