Searched defs:pw (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPorthole.c116 static Widget find_child (pw)
117 PortholeWidget pw;
126 for (i = 0, children = pw->composite.children;
127 i < pw->composite.num_children; i++, children++) {
134 static void SendReport (pw, changed)
135 PortholeWidget pw;
138 Widget child = find_child (pw);
140 if (pw->porthole.report_callbacks && child) {
146 prep.slider_width = pw->core.width;
147 prep.slider_height = pw
224 PortholeWidget pw = (PortholeWidget) gw; local
248 PortholeWidget pw = (PortholeWidget) gw; local
276 PortholeWidget pw = (PortholeWidget) w->core.parent; local
339 PortholeWidget pw = (PortholeWidget) gw; local
[all...]
H A DPanner.c190 static void reset_shadow_gc (pw) /* used when resources change */
191 PannerWidget pw;
197 if (pw->panner.shadow_gc) XtReleaseGC ((Widget) pw, pw->panner.shadow_gc);
199 pixels[0] = pw->panner.foreground;
200 pixels[1] = pw->core.background_pixel;
201 pixels[2] = pw->panner.shadow_color;
202 if (!pw->panner.stipple_name &&
203 !XmuDistinguishablePixels (XtDisplay (pw), p
537 PannerWidget pw = (PannerWidget) gw; local
561 PannerWidget pw = (PannerWidget) gw; local
582 PannerWidget pw = (PannerWidget) gw; local
712 PannerWidget pw = (PannerWidget) gw; local
742 PannerWidget pw = (PannerWidget) gw; local
767 PannerWidget pw = (PannerWidget) gw; local
786 PannerWidget pw = (PannerWidget) gw; local
808 PannerWidget pw = (PannerWidget) gw; local
838 PannerWidget pw = (PannerWidget) gw; local
881 PannerWidget pw = (PannerWidget) gw; local
932 PannerWidget pw = (PannerWidget) gw; local
[all...]
H A DPaned.c91 #define ForAllPanes(pw, childP) \
92 for ( (childP) = (pw)->composite.children ; \
93 (childP) < (pw)->composite.children + (pw)->paned.num_panes ; \
96 #define ForAllChildren(pw, childP) \
97 for ( (childP) = (pw)->composite.children ; \
98 (childP) < (pw)->composite.children + (pw)->composite.num_children ; \
276 * Arguments: pw - the paned widget to adjust.
285 AdjustPanedSize(pw, off_siz
732 PanedWidget pw = (PanedWidget) w; local
1054 PanedWidget pw = (PanedWidget) XtParent(grip); local
1188 PanedWidget pw = (PanedWidget) XtParent(child); local
1220 PanedWidget pw = (PanedWidget) w; local
1451 PanedWidget pw = (PanedWidget) XtParent(w); local
1556 PanedWidget pw = (PanedWidget)new; local
1572 PanedWidget pw = (PanedWidget) w; local
1599 PanedWidget pw = (PanedWidget)w; local
1651 PanedWidget pw = (PanedWidget)w; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Mailbox.c504 struct passwd *pw = getpwuid (getuid ()); local
506 if (!pw) {
511 username = pw->pw_name;
H A DXaw3_1Paned.c67 #define ForAllPanes(pw, childP) \
68 for ( (childP) = (pw)->composite.children ; \
69 (childP) < (pw)->composite.children + (pw)->paned.num_panes ; \
72 #define ForAllChildren(pw, childP) \
73 for ( (childP) = (pw)->composite.children ; \
74 (childP) < (pw)->composite.children + (pw)->composite.num_children ; \
252 * Arguments: pw - the paned widget to adjust.
261 AdjustPanedSize(pw, off_siz
705 PanedWidget pw = (PanedWidget) w; local
1026 PanedWidget pw = (PanedWidget) XtParent(grip); local
1160 PanedWidget pw = (PanedWidget) XtParent(child); local
1192 PanedWidget pw = (PanedWidget) w; local
1423 PanedWidget pw = (PanedWidget) XtParent(w); local
1524 PanedWidget pw = (PanedWidget)new; local
1540 PanedWidget pw = (PanedWidget) w; local
1566 register PanedWidget pw = (PanedWidget)w; local
1618 PanedWidget pw = (PanedWidget)w; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c490 struct passwd *pw; local
493 pw = getpwnam(ptr);
495 pw = getpwuid(getuid());
497 if (pw) {
498 (void) strcpy(dest, pw->pw_dir);
H A DdpsXcmu.c785 struct passwd *pw; local
790 if ((ptr = getenv("USER")) != 0) pw = getpwnam(ptr);
793 pw = getpwuid(uid);
795 if (pw) ptr = pw->pw_dir;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c841 int pw; local
864 pw = pack_tiny_bytes (str_data+str_count,
867 Eprintf("pw=%d\n", pw);
890 if (pw < 4) {
906 * When pw = 0,1 means we've reached the end of a
911 if (pw >= 0) {
912 g += pw;
914 if (pw <= 1) {
935 if (pw >
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2014 struct passwd *pw; local
2020 pw = getpwnam(ptr);
2023 pw = getpwuid(uid);
2025 if (pw) ptr = pw->pw_dir;
H A DFontSB.c2323 struct passwd *pw; local
2328 if ((ptr = getenv("USER")) != NULL) pw = getpwnam(ptr);
2331 pw = getpwuid(uid);
2333 if (pw) ptr = pw->pw_dir;

Completed in 39 milliseconds