/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | cubetype.sh | 70 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'
|
/titanic_41/usr/src/cmd/mdb/test/typedef/ |
H A D | tst.struct.mdb.out | 4 20 void **white 9 20 void **white
|
H A D | tst.anonstruct.mdb.out | 4 20 void **white
|
H A D | tst.structvla.mdb.out | 4 20 void **white
|
H A D | tst.anonstruct.mdb | 2 ::typedef "struct { uintptr_t stone[7]; void **white; }" gift_t
|
H A D | tst.structvla.mdb | 2 ::typedef "struct gift { uintptr_t stone[7]; void **white; char owner[]; }" gift_t
|
H A D | tst.struct.mdb | 2 ::typedef "struct gift { uintptr_t stone[7]; void **white; }" gift_t
|
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 13 (In the following description, "white space" means any combination 17 but with no embedded white space. 50 two fields (N.B. the comment should be omitted) separated by white space. 52 then white space, and then the value. The value is either an integer, 74 special character, followed by white space, followed by the width of 75 the character (in ems), followed by white space, followed by the
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mandoc.c | 437 int quoted, pairs, white; in mandoc_getarg() local 448 white = 0; in mandoc_getarg() 482 white = 1; in mandoc_getarg() 513 if ('\0' == *cp && (white || ' ' == cp[-1])) in mandoc_getarg()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | Util.java | 237 color = Color.white; in getEdgeColor() 256 color = Color.white; in getEdgeColor() 271 color = Color.white; in getEdgeColor() 283 color = Color.white; in getEdgeColor()
|
/titanic_41/usr/src/cmd/mdb/ |
H A D | README | 36 Refer to the white paper "A Modular Debugger for Solaris" for information
|
/titanic_41/ |
H A D | README | 40 Approved by: Gandalf The Grey <rti-advocate@white-council.com>
|
/titanic_41/usr/src/cmd/truss/ |
H A D | listopts.c | 56 const char white[] = " \t\n"; /* white space characters */ variable 619 fpat += strspn(fpat, white); in liblist()
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 427 : white-space? ( n -- flag ) \ true is n is non-printable? or a blank 433 over c@ white-space? 0= if exit then 440 over c@ white-space? if exit then 446 \ left-parse-string w/ any white space as delimeter
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ColorStore.java | 201 add(Color.white, /* NOI18N */"white"); in initDefaultColorList()
|
/titanic_41/usr/src/cmd/sed/ |
H A D | POSIX | 164 white space, but no mention is made of trailing white space.
|
/titanic_41/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 114 *white = " \f\t\n", /* white chars */ variable 310 for (sp = white; *sp; sp++) in init()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | ColumnList.java | 104 setCanvasBackground(Color.white); in ColumnList()
|
H A D | TextView.java | 539 g.setColor(Color.white); in drawLine()
|
H A D | ColumnListCanvas.java | 1380 if (bg == Color.white) in getStringBackground() 1388 if (bg == Color.white) in getStringBackground()
|
H A D | EditLine.java | 731 g.setColor(Color.white); in paint()
|
H A D | WinScrollbar.java | 531 g.setColor(Color.white); in drawBox()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/ |
H A D | Test.java | 48 Defaults d = new Defaults("$HOME/.gkadmin", Color.white); in main()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmHelpDetailPanel.java | 569 helpTopic.setBackground(Color.white); in pmHelpHelpOnPanel()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
H A D | Defaults.java | 821 Defaults d = new Defaults("SomeFile", Color.white); in main()
|