The ArchC SPARC-V8 functional model. More...
Go to the source code of this file.
Defines | |
#define | C_RESET "\E[0m" |
#define | C_BOLD "\E[1m" |
#define | C_ITALIC "\E[3m" |
#define | C_UNDERLINE "\E[4m" |
#define | C_INVERSE "\E[7m" |
#define | C_STRIKETHROUGH "\E[9m" |
#define | C_BOLD_OFF "\E[22m" |
#define | C_ITALIC_OFF "\E[23m" |
#define | C_UNDERLINE_OFF "\E[24m" |
#define | C_INVERSE_OFF "\E[27m" |
#define | C_STRIKETHROUGH_OFF "\E[29m" |
#define | CF_BLACK "\E[30m" |
#define | CF_RED "\E[31m" |
#define | CF_GREEN "\E[32m" |
#define | CF_YELLOW "\E[33m" |
#define | CF_BLUE "\E[34m" |
#define | CF_MAGENTA "\E[35m" |
#define | CF_CYAN "\E[36m" |
#define | CF_WHITE "\E[37m" |
#define | CF_DEFAULT "\E[39m" |
#define | CB_BLACK "\E[40m" |
#define | CB_RED "\E[41m" |
#define | CB_GREEN "\E[42m" |
#define | CB_YELLOW "\E[43m" |
#define | CB_BLUE "\E[44m" |
#define | CB_MAGENTA "\E[45m" |
#define | CB_CYAN "\E[46m" |
#define | CB_WHILE "\E[47m" |
#define | CB_DEFAULT "\E[49m" |
#define | LF "\n" |
The ArchC SPARC-V8 functional model.
The ArchC Team http://www.archc.org/
Computer Systems Laboratory (LSC) IC-UNICAMP http://www.lsc.ic.unicamp.br
Definition in file ansi-colors.h.
#define C_BOLD "\E[1m" |
Definition at line 26 of file ansi-colors.h.
#define C_BOLD_OFF "\E[22m" |
Definition at line 31 of file ansi-colors.h.
#define C_INVERSE "\E[7m" |
Definition at line 29 of file ansi-colors.h.
#define C_INVERSE_OFF "\E[27m" |
Definition at line 34 of file ansi-colors.h.
#define C_ITALIC "\E[3m" |
Definition at line 27 of file ansi-colors.h.
#define C_ITALIC_OFF "\E[23m" |
Definition at line 32 of file ansi-colors.h.
#define C_RESET "\E[0m" |
Definition at line 25 of file ansi-colors.h.
#define C_STRIKETHROUGH "\E[9m" |
Definition at line 30 of file ansi-colors.h.
#define C_STRIKETHROUGH_OFF "\E[29m" |
Definition at line 35 of file ansi-colors.h.
#define C_UNDERLINE "\E[4m" |
Definition at line 28 of file ansi-colors.h.
#define C_UNDERLINE_OFF "\E[24m" |
Definition at line 33 of file ansi-colors.h.
#define CB_BLACK "\E[40m" |
Definition at line 45 of file ansi-colors.h.
#define CB_BLUE "\E[44m" |
Definition at line 49 of file ansi-colors.h.
#define CB_CYAN "\E[46m" |
Definition at line 51 of file ansi-colors.h.
#define CB_DEFAULT "\E[49m" |
Definition at line 53 of file ansi-colors.h.
#define CB_GREEN "\E[42m" |
Definition at line 47 of file ansi-colors.h.
#define CB_MAGENTA "\E[45m" |
Definition at line 50 of file ansi-colors.h.
#define CB_RED "\E[41m" |
Definition at line 46 of file ansi-colors.h.
#define CB_WHILE "\E[47m" |
Definition at line 52 of file ansi-colors.h.
#define CB_YELLOW "\E[43m" |
Definition at line 48 of file ansi-colors.h.
#define CF_BLACK "\E[30m" |
Definition at line 36 of file ansi-colors.h.
#define CF_BLUE "\E[34m" |
Definition at line 40 of file ansi-colors.h.
#define CF_CYAN "\E[36m" |
Definition at line 42 of file ansi-colors.h.
#define CF_DEFAULT "\E[39m" |
Definition at line 44 of file ansi-colors.h.
#define CF_GREEN "\E[32m" |
Definition at line 38 of file ansi-colors.h.
#define CF_MAGENTA "\E[35m" |
Definition at line 41 of file ansi-colors.h.
#define CF_RED "\E[31m" |
Definition at line 37 of file ansi-colors.h.
#define CF_WHITE "\E[37m" |
Definition at line 43 of file ansi-colors.h.
#define CF_YELLOW "\E[33m" |
Definition at line 39 of file ansi-colors.h.
#define LF "\n" |
Definition at line 55 of file ansi-colors.h.