| /src/tests/usr.bin/xlint/lint1/ |
| msg_055.c | 6 enum color { enum
|
| msg_172.c | 8 struct color { struct 15 struct color white = { 255, 255, 255, 255 };
|
| msg_246.c | 9 enum color { enum 14 to_double(enum color c) 20 to_pointer(enum color c) 22 /* expect+1: warning: invalid combination of pointer 'pointer to void' and integer 'enum color' for 'return' [183] */
|
| msg_054.c | 8 enum color { enum
|
| msg_348.c | 8 enum color { enum 20 color_name(enum color color) 28 return name[color]; 32 color_name_too_few(enum color color) 38 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 1 [348] */ 39 return name[color]; 43 color_name_too_many(enum color color) [all...] |
| msg_156.c | 8 enum color { enum 20 void print_color(enum color); 23 example(enum color c, enum size s) 28 /* expect+1: warning: function expects 'enum color', passing 'enum size' for arg #1 [156] */ 30 /* expect+1: warning: function expects 'enum color', passing 'enum size' for arg #1 [156] */
|
| msg_243.c | 8 enum color { enum 17 example(enum color a, enum color b) 19 /* expect+1: warning: operator '<' assumes that 'enum color' is ordered [243] */ 21 /* expect+1: warning: operator '<=' assumes that 'enum color' is ordered [243] */ 23 /* expect+1: warning: operator '>' assumes that 'enum color' is ordered [243] */ 25 /* expect+1: warning: operator '>=' assumes that 'enum color' is ordered [243] */
|
| msg_057.c | 14 enum color { enum
|
| /src/external/mit/libcbor/dist/docs/stylesheets/ |
| github-light.css | 19 color: #969896; 24 color: #0086b3; 29 color: #795da3; 34 color: #333; 38 color: #63a35c; 42 color: #a71d5d; 52 color: #183691; 56 color: #ed6a43; 60 color: #b52a1d; 64 background-color: #b52a1d [all...] |
| /src/external/bsd/kyua-cli/dist/misc/ |
| report.css | 31 text-color: black; 35 color: #00d000; 39 color: #00a000; 43 color: #00ff00; 47 color: #ff0000; 51 background-color: #e0f0e0; 60 border-color: #b0e0b0;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl-java/javadoc2/ |
| stylesheet.css | 5 /* Page background color */ 6 body { background-color: #FFFFFF } 22 .NavBarCell1 { background-color:#EEEEFF;}/* Light mauve */ 23 .NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */ 24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} 25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} 27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} 28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
|
| /src/crypto/external/bsd/libsaslc/dist/ |
| style.css | 13 background-color: #f1f5ff; 18 color: #304030; 24 color: #222222; 33 color: #333355; 39 color: #333355;
|
| /src/external/gpl2/groff/dist/src/include/ |
| color.h | 1 /* $NetBSD: color.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */ 5 /* <groff_src_dir>/src/include/color.h 33 class color { class 37 color *next; 38 static color *free_list; 46 color(symbol s = default_symbol) : scheme(DEFAULT), nm(s) {} function in class:color 47 color(const color * const); 48 ~color(); 52 int operator==(const color & c) const [all...] |
| /src/sys/arch/hpcsh/hpcsh/ |
| debug.c | 48 uint16_t color; member in struct:intr_state_rgb16 68 uint16_t color = intr_state_rgb16->color; local 76 *(fb + i) = color; 78 intr_state_rgb16->phase ? ~color : color;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
| Makefile | 23 # Makefile for the color sub-module of DAL. 28 AMD_DAL_MOD_COLOR = $(addprefix $(AMDDALPATH)/modules/color/,$(MOD_COLOR)) 29 #$(info ************ DAL COLOR MODULE MAKEFILE ************)
|
| /src/external/mit/xorg/bin/xterm/uxterm/ |
| Makefile | 7 APPDEFS= UXTerm.ad UXTerm-color.ad 9 BUILDSYMLINKS+= XTerm-col.ad UXTerm-color.ad
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-style.h | 40 /* Representation of a terminal color. */ 41 class color class in struct:ui_file_style 45 color (basic_color c) function in class:ui_file_style::color 51 color (int c) function in class:ui_file_style::color 58 color (uint8_t r, uint8_t g, uint8_t b) function in class:ui_file_style::color 66 bool operator== (const color &other) const 76 bool operator< (const color &other) const 94 /* Return true if this is the "NONE" color, false otherwise. */ 107 /* Return the value of a basic color. */ 114 /* Fill in RGB with the red/green/blue values for this color [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-style.h | 40 /* Representation of a terminal color. */ 41 class color class in struct:ui_file_style 45 color (basic_color c) function in class:ui_file_style::color 51 color (int c) function in class:ui_file_style::color 58 color (uint8_t r, uint8_t g, uint8_t b) function in class:ui_file_style::color 66 bool operator== (const color &other) const 76 bool operator< (const color &other) const 94 /* Return true if this is the "NONE" color, false otherwise. */ 107 /* Return the value of a basic color. */ 114 /* Fill in RGB with the red/green/blue values for this color [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| color.cpp | 1 /* $NetBSD: color.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */ 5 /* <groff_src_dir>/src/libs/libgroff/color.cpp 29 #include "color.h" 51 color *color::free_list = 0; 53 void *color::operator new(size_t n) 55 assert(n == sizeof(color)); 58 free_list = (color *)new char[sizeof(color)*BLOCK]; 63 color *p = free_list 77 color::color(const color * const c) function in class:color [all...] |
| /src/external/bsd/bzip2/dist/ |
| bzip.css | 13 a, a:link, a:visited, a:active { color: #336699; } 14 a:hover { color: #339999; } 17 h1, h2, h3, h4 { color: #74240f; } 19 dt { color: #336699; font-weight: bold } 33 #release .md5sum { color: #761596; } 56 background-color: #f2f2f9; 65 code, tt { color: #761596; } 68 color: #000000; 72 background-color: #eeeeee;
|
| /src/lib/libcurses/ |
| chgat.c | 39 chgat(int n, attr_t attr, short color, const void *opts) 41 return wchgat(stdscr, n, attr, color, opts); 45 mvchgat(int y, int x, int n, attr_t attr, short color, 48 return mvwchgat(stdscr, y, x, n, attr, color, opts); 52 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts) 54 return mvwchgat(win, win->cury, win->curx, n, attr, color, opts); 58 mvwchgat(WINDOW *win , int y, int x, int count, attr_t attr, short color, 72 attr = (attr & ~__COLOR) | COLOR_PAIR(color); 78 "color pair %d\n", x, y, count, (attr & ~__COLOR), 79 PAIR_NUMBER(color)); [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| gui.h | 41 enum gui_color bfin_gui_color (const char *color) 45 int bfin_gui_color_depth (enum gui_color color) 50 enum gui_color color)
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| gui.h | 41 enum gui_color bfin_gui_color (const char *color) 45 int bfin_gui_color_depth (enum gui_color color) 50 enum gui_color color)
|
| /src/external/bsd/top/dist/ |
| color.h | 36 * Definition of the color interface. 47 char *color_setstr(int color); 53 * These color tag names are currently in use
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| frame-args.c | 30 enum color { red, green, blue }; enum 38 call_me (int i, float f, struct s s, struct s *ss, union u u, enum color e)
|