Searched refs:cc (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsclient.c | 405 DPSPrivContext cc, c = (DPSPrivContext) ctxt; local 408 for (cc = ss->firstContext; cc != NIL; cc = cc->next) 409 if (cc == c) return true; 426 DPSPrivContext cc = (DPSPrivContext) ctxt; local 431 if (cc == NIL) cc = (DPSPrivContext)dummyCtx; 432 if (cc 980 DPSPrivContext c = (DPSPrivContext)ctxt, cc, prev; local 1403 DPSPrivContext cc = (DPSPrivContext) ctxt; local 1964 DPSPrivContext cc = (DPSPrivContext) ctxt; local 2056 DPSPrivContext cc = (DPSPrivContext)ctxt; local 2255 DPSPrivContext cc = (DPSPrivContext) ctxt; local 2419 DPSPrivContext cc = (DPSPrivContext) ctxt; local 2465 DPSPrivContext cc = (DPSPrivContext) c; local 2687 DPSPrivContext cc = (DPSPrivContext) ctxt; local 2702 DPSContext cc = child->chainChild; local [all...] |
H A D | dpsXclient.c | 77 DPSPrivContext cc; local 80 for (cc = ss->firstContext; cc != NIL; cc = cc->next) 81 if (cc->cid == cid && ((XDPSPrivContext) cc->wh)->dpy == dpy) 82 return (cc); 101 DPSPrivContext c, cc = FindPrivContext (dpy, contextID); local 104 if (cc ! 143 DPSPrivContext cc = (DPSPrivContext) ctxt; local 691 DPSPrivContext cc = (DPSPrivContext) ctxt; local [all...] |
/solaris-x11-s11/ |
H A D | buildit | 108 whence cc 109 cc -V 2>&1 | perl -n -e 'if (($_ =~ m| C (\d+).(\d+)|)) { \
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Tree.c | 741 TreeConstraints cc = TREE_CONSTRAINT(child); local 746 if (newwidth < cc->tree.bbwidth) newwidth = cc->tree.bbwidth; 747 newheight += tree->tree.vpad + cc->tree.bbheight; 749 if (newheight < cc->tree.bbheight) newheight = cc->tree.bbheight; 750 newwidth += tree->tree.hpad + cc->tree.bbwidth; 877 TreeConstraints cc; local 880 cc = TREE_CONSTRAINT(child); 884 newy += tree->tree.vpad + cc [all...] |
/solaris-x11-s11/open-src/ |
H A D | Makefile | 115 (for tool in cc CC fbe lint ; do \
|
/solaris-x11-s11/open-src/lib/freetype/ |
H A D | Makefile | 86 unix-cc.in.9.patch,-p1
|
/solaris-x11-s11/open-src/common/ |
H A D | delibtoolize.pl | 56 my %compiler_pic_flags = ( 'cc' => "-K$pic_size -DPIC", 58 my %compiler_sharedobj_flags = ( 'cc' => '-G -z allextract', 202 if ($l =~ m/^\s*CC\s*=(?:.*\s+)?(\S*cc)/) { 211 my $compiler_type = 'cc'; # default to Sun Studio
|
/solaris-x11-s11/open-src/util/build-tools/ |
H A D | find-build-errors | 209 } elsif ($sl =~ m{\b(cc|gcc|CC|g\+\+|ld|gpatch|libtool|GEN|CCLD)\s+}ms) {
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 1715 FSBCreateCreatorCallbackRec cc; local 1719 cc.creator_shell = NULL; 1722 (XtPointer) &cc); 1724 if (cc.creator_shell == NULL || cc.creator == NULL) { 1725 cc.creator_shell = 1731 cc.creator = 1733 cc.creator_shell, args, i); 1735 fsb->fsb.creator_shell = cc.creator_shell; 1736 fsb->fsb.creator = cc [all...] |
Completed in 34 milliseconds