Searched refs:white (Results 1 - 25 of 28) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh70 b.colors[door]=white
151 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
155 [[ ${cc[2].colors[table]} == white ]] || err_exit '${cc[2].colors[table]} != white'
170 cc[two]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
175 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white'
190 [two]=(x=2 y=3 name=two colors+=([table]=white) z=6)
195 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white'
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A DREADME33 on write-white printers like the PS-2400. Use the -w option or redefine linewidth
/opensolaris-onvv-gate/usr/src/cmd/mdb/
H A DREADME36 Refer to the white paper "A Modular Debugger for Solaris" for information
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dcustomize.cgi7 purple red silver teal white yellow/;
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dheath39 lf7=red, lf8=white, kf6=\EOP, kf7=\EOQ, kf8=\EOR,
53 lf6=blue, lf7=red, lf8=white, kf6=\EP, kf7=\EQ, kf8=\ER,
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DUtil.java96 * If the base is white, the brighter color sometimes gets lost
237 color = Color.white;
256 color = Color.white;
271 color = Color.white;
283 color = Color.white;
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dheath.ti44 lf7=red, lf8=white, kf6=\EOP, kf7=\EOQ, kf8=\EOR,
58 lf6=blue, lf7=red, lf8=white, kf6=\EP, kf7=\EQ, kf8=\ER,
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DREADME47 and PRISM jobs. Although STARE (black and white) and PRISM (color) jobs are both
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm80 to U+3013 (0xA2AE in EUC-JP; a white square also known as 'Tofu' or
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DWizard.java327 setBackground(Color.white);
353 scrollPane.setBackground(Color.white);
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dlistopts.c56 const char white[] = " \t\n"; /* white space characters */ variable
619 fpat += strspn(fpat, white);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME208 produce acceptable results on write-white engines, like the ones used in
218 and white BGI) jobs. The only difference most users will notice is that
279 pixel wide lines hardly show up on write-white engines like the ones used
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm92 consists of a comma-separated list of words (no white-space).
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DColorStore.java201 add(Color.white, /* NOI18N */"white");
303 add(new Color(255, 222, 173), /* NOI18N */"navajo white");
343 add(new Color(255, 255, 255), /* NOI18N */"white");
369 add(new Color(250, 235, 215), /* NOI18N */"antique white");
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/native/
H A DTest.java48 Defaults d = new Defaults("$HOME/.gkadmin", Color.white);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnList.java104 setCanvasBackground(Color.white);
H A DTextView.java78 // why was the background hardcoded to white?
79 // setBackground(Color.white);
539 g.setColor(Color.white);
H A DEditLine.java731 g.setColor(Color.white);
H A DColumnListCanvas.java1380 if (bg == Color.white)
1388 if (bg == Color.white)
H A DWinScrollbar.java531 g.setColor(Color.white);
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java569 helpTopic.setBackground(Color.white);
/opensolaris-onvv-gate/usr/src/cmd/vi/misc/
H A Dctags.c66 #define iswhite(arg) (_wht[arg]) /* T if char is white */
114 *white = " \f\t\n", /* white chars */ variable
293 * Every char which is NOT in that string is not a white char. Therefore,
295 * subscripted by the chars in "white" are set to TRUE. Thus "_wht"
296 * of a char is TRUE if it is the string "white", else FALSE.
310 for (sp = white; *sp; sp++)
537 } else if (midtoken == TRUE) { /* if white space omitted */
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dscanner.l693 ^[ \t\f\b]+ { /* don't save leading white space */
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DDefaults.java821 Defaults d = new Defaults("SomeFile", Color.white);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm587 Anything between white space and an end of line within a C<MANIFEST>

Completed in 201 milliseconds

12