Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dipf_rb.h17 rbcolour_t colour; \
98 node->_f.colour = C_RED; \
101 while ((node != &_n##_rb_zero) && (parent->_f.colour == C_RED)){\
105 if (tmp1->_f.colour == C_RED) { \
106 parent->_f.colour = C_BLACK; \
107 tmp1->_f.colour = C_BLACK; \
108 gparent->_f.colour = C_RED; \
116 parent->_f.colour = C_BLACK; \
117 gparent->_f.colour = C_RED; \
122 if (tmp1->_f.colour == C_RED) { \
[all …]
/freebsd-10-stable/contrib/ipfilter/
Dipf_rb.h17 rbcolour_t colour; \
98 node->_f.colour = C_RED; \
101 while ((node != &_n##_rb_zero) && (parent->_f.colour == C_RED)){\
105 if (tmp1->_f.colour == C_RED) { \
106 parent->_f.colour = C_BLACK; \
107 tmp1->_f.colour = C_BLACK; \
108 gparent->_f.colour = C_RED; \
116 parent->_f.colour = C_BLACK; \
117 gparent->_f.colour = C_RED; \
122 if (tmp1->_f.colour == C_RED) { \
[all …]
/freebsd-10-stable/contrib/ntp/sntp/unity/auto/
Dcolour_prompt.rb40 def win32_colour(colour) argument
41 case colour
63 def posix_colour(colour) argument
64 case colour
78 def out_c(mode, colour, str) argument
81 change_to(colour)
86 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts
87 $stdout.print("#{change_to(colour)}#{str}\033[0m") if mode == :print
Dcolour_reporter.rb18 colour = case(line)
34 colour_puts(colour, line)
/freebsd-10-stable/sys/netgraph/
DNOTES87 - I've been thinking about this. each node could have a 'colour'
88 which is set to the colour of the packet as you pass through.
89 hitting a node already of your colour would abort. Each packet
90 has another (incremented) colour.
/freebsd-10-stable/contrib/file/magic/Magdir/
Dicc7 # Color profiles as per the ICC's "Image technology colour management -
64 # Kodak colour management system
77 # preferred colour management module like appl CCMS KCMS Lino UCCM "Win " "FF "
82 # colour space "XYZ " "Lab " "RGB " CMYK GRAY ...
152 #>>>60 ubelong ^0x08 \b, colour
Dimages805 >>>>68 byte 1 colour,
/freebsd-10-stable/sys/dev/terasic/mtl/
Dterasic_mtl_reg.c156 terasic_mtl_blend_default_set(struct terasic_mtl_softc *sc, uint8_t colour) in terasic_mtl_blend_default_set() argument
163 v |= colour << TERASIC_MTL_BLEND_DEFAULT_SHIFT; in terasic_mtl_blend_default_set()
Dterasic_mtl.h198 uint8_t colour);
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/tests/
Dchgat11 # The following should apply the attribute and colour to the whole line
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/slave/
Dcurses_commands.c1873 short colour, red, green, blue; in cmd_color_content() local
1878 if (sscanf(args[0], "%hd", &colour) == 0) { in cmd_color_content()
1886 report_return(color_content(colour, &red, &green, &blue)); in cmd_color_content()
2645 short colour, red, green, blue; in cmd_init_color() local
2650 if (sscanf(args[0], "%hd", &colour) == 0) { in cmd_init_color()
2675 report_return(init_color(colour, red, green, blue)); in cmd_init_color()
5984 int n, attr, colour; in cmd_chgat() local
6001 if (sscanf(args[2], "%d", &colour) == 0) { in cmd_chgat()
6009 report_return(chgat(n, attr, colour, NULL)); in cmd_chgat()
6018 short colour; in cmd_wchgat() local
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dphp_syscolors_example.txt4 calls made, and renders the output in color ("colour") using terminal
Dpl_syscolors_example.txt4 calls made, and renders the output in color ("colour") using terminal
Drb_syscolors_example.txt4 program, and the system calls made. It renders the output in color ("colour")
Dsh_syscolors_example.txt4 system calls made. It renders the output in color ("colour") using terminal
Dtcl_syscolors_example.txt4 system calls made, and renders the output in color ("colour") using terminal
Dpy_syscolors_example.txt4 calls made, and renders the output in color ("colour") using terminal
Dsh_pidcolors_example.txt13 inclusive as you like. It renders the output in color ("colour") using terminal
Dj_syscolors_example.txt6 ("colour") using terminal escape sequences (which you can tweak by modifying
/freebsd-10-stable/sys/contrib/v4l/
Dvideodev.h93 __u16 colour; member
/freebsd-10-stable/games/fortune/datfiles/
Dfreebsd-tips309 Want colour in your directory listings? Use "ls -G". "ls -F" is also useful,
/freebsd-10-stable/contrib/groff/
DChangeLog.1181158 * tmac/html.tmac: Don't use black for background colour.
2729 Implement option `-b' in grohtml to set the HTML background colour.
3208 New keywords `color' (or `colour', `colored', `coloured'), `outline'
3626 * src/preproc/html/pre-html.cc (TRANSPARENT): Use `white' as colour
DPROBLEMS18 control the display attributes (bold, underlined, colour) on TTYs.
DNEWS893 o New keywords `color' (or `colour', `colored', `coloured'), `outline' (or
1002 o New option `-b' to set the background colour to white.
/freebsd-10-stable/gnu/usr.bin/grep/doc/
Dgrep.texi264 @item --colour[=@var{WHEN}]
266 @opindex --colour
267 @cindex highlight, color, colour

12