Searched refs:current (Results 1 - 25 of 47) sorted by relevance

12

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c189 Category *current, local
192 current = previous = categories;
194 while (current != NULL) {
195 if (strcmp (current->name, name) > 0) {
198 previous = current;
199 current = current->next;
203 if (current == NULL) {
207 newCategory->next = current;
209 if (current
261 Resource *current, *previous; local
306 Duplicate *dup, *previous, *current; local
345 *current, local
463 UPRResource *resource, *current, *previous; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Logo.c140 LogoWidget current = (LogoWidget) gcurrent; local
145 if ((new->logo.fgpixel != current->logo.fgpixel) ||
146 (new->core.background_pixel != current->core.background_pixel)) {
147 XtDestroyGC (current->logo.foreGC);
148 XtDestroyGC (current->logo.backGC);
H A DXaw3_1Simple.c149 static Boolean SetValues(current, request, new)
150 Widget current, request, new;
152 SimpleWidget s_old = (SimpleWidget) current;
155 if ( XtIsSensitive(current) != XtIsSensitive(new) )
H A DXaw3_1Clock.c732 ClockWidget current = (ClockWidget) gcurrent; local
741 if (new->clock.update != current->clock.update) {
742 if (current->clock.interval_id)
743 XtRemoveTimeOut (current->clock.interval_id);
754 if (new->clock.padding != current->clock.padding)
757 if (new->clock.analog != current->clock.analog)
760 if (new->clock.font != current->clock.font)
763 if ((new->clock.fgpixel != current->clock.fgpixel)
764 || (new->core.background_pixel != current->core.background_pixel)) {
770 XtDestroyGC (current
[all...]
H A DXaw3_1SmeLine.c244 * Arguments: current - current state of the widget.
252 SetValues(current, request, new)
253 Widget current, request, new;
256 SmeLineObject old_entry = (SmeLineObject) current;
260 DestroyGC(current);
H A DXaw3_1Mailbox.c537 MailboxWidget current = (MailboxWidget) gcurrent; local
541 if (current->mailbox.update != new->mailbox.update) {
542 if (current->mailbox.interval_id)
543 XtRemoveTimeOut (current->mailbox.interval_id);
549 if (current->mailbox.foreground_pixel != new->mailbox.foreground_pixel ||
550 current->core.background_pixel != new->core.background_pixel) {
551 XtDestroyGC (current->mailbox.gc);
H A DXaw3_1Label.c372 static Boolean SetValues(current, request, new, args, num_args)
373 Widget current, request, new;
377 LabelWidget curlw = (LabelWidget) current;
432 XmuReleaseStippledPixmap( XtScreen(current), curlw->label.stipple );
447 XtIsSensitive(current) != XtIsSensitive(new);
H A DXaw3_1Dialog.c206 static Boolean SetValues(current, request, new, in_args, in_num_args)
207 Widget current, request, new;
212 DialogWidget old = (DialogWidget)current;
H A DXaw3_1StripChart.c286 /* Blts data according to current size, then redraws the stripChart window.
289 * (scale - 1 lines for graph). If next is less than the current window width,
424 static Boolean SetValues (current, request, new)
425 Widget current, request, new;
427 StripChartWidget old = (StripChartWidget)current;
H A DXaw3_1TextSink.c209 * Arguments: current - current state of the object.
217 SetValues(current, request, new)
218 Widget current, request, new;
221 TextSinkObject old_w = (TextSinkObject) current;
451 * Find the figure width of the current font.
H A DXaw3_1Toggle.c298 SetValues (current, request, new)
299 Widget current, request, new;
301 ToggleWidget oldtw = (ToggleWidget) current;
H A DXaw3_1Form.c447 static Boolean SetValues(current, request, new)
448 Widget current, request, new;
472 static Boolean ConstraintSetValues(current, request, new)
473 Widget current, request, new;
H A DXaw3_1SmeBSB.c282 * Arguments: current - current state of the widget.
290 SetValues(current, request, new)
291 Widget current, request, new;
294 SmeBSBObject old_entry = (SmeBSBObject) current;
322 DestroyGCs(current);
384 * Description: Invert the colors of the current entry.
H A DXaw3_1AsciiSink.c536 * Arguments: current - current state of the object.
544 SetValues(current, request, new)
545 Widget current, request, new;
548 AsciiSinkObject old_w = (AsciiSinkObject) current;
H A DXaw3_1Command.c509 SetValues (current, request, new)
510 Widget current, request, new;
512 CommandWidget oldcbw = (CommandWidget) current;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c150 int (*oldErrorHandler)(Display *, XErrorEvent *) = 0; /* the current error handler */
151 unsigned long i, current; local
171 current = 0;
195 while ((j < current) && (agentList[j].willingness > *agentWillingness))
197 if (j < current)
200 agents[current] = agents[i];
201 agentList[j].id = agents[current++];
209 if (*nAgents != current) { /* agent list changed */
210 if (current > 0) { /* are there living ones? */
211 *nAgents = current;
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTree.c421 TreeWidget current = (TreeWidget) gcurrent, new = (TreeWidget) gnew; local
428 if (new->tree.foreground != current->tree.foreground ||
429 new->core.background_pixel != current->core.background_pixel ||
430 new->tree.line_width != current->tree.line_width) {
441 if (new->tree.gravity != current->tree.gravity) {
442 check_gravity (new, current->tree.gravity);
445 if (IsHorizontal(new) != IsHorizontal(current)) {
446 if (new->tree.vpad == current->tree.vpad &&
447 new->tree.hpad == current->tree.hpad) {
448 new->tree.vpad = current
[all...]
H A DSimple.c241 static Boolean SetValues(current, request, new, args, num_args)
242 Widget current, request, new;
246 SimpleWidget s_old = (SimpleWidget) current;
253 if ( XtIsSensitive(current) != XtIsSensitive(new) )
H A DSmeLine.c230 * Arguments: current - current state of the widget.
238 SetValues(current, request, new, args, num_args)
239 Widget current, request, new;
244 SmeLineObject old_entry = (SmeLineObject) current;
248 DestroyGC(current);
H A DForm.c319 * current locations to the new ones.
669 static Boolean SetValues(current, request, new, args, num_args)
670 Widget current, request, new;
700 static Boolean ConstraintSetValues(current, request, new, args, num_args)
701 Widget current, request, new;
705 FormConstraints cfc = (FormConstraints) current->core.constraints;
724 current->core.x == new->core.x &&
725 current->core.y == new->core.y &&
726 current->core.width == new->core.width &&
727 current
[all...]
H A DList.c763 * width, height- the is the current width and height that we are going
825 * of the widget to fit the current list exactly.
877 * If the current item is unhighlighted then the user has aborted the
905 * unhighlights the current element. */
921 * Highlights the current element. */
936 XawListUnhighlight(w); /* Unhighlight current item. */
946 SetValues(current, request, new, args, num_args)
947 Widget current, request, new;
951 ListWidget cl = (ListWidget) current;
980 XGetGCValues(XtDisplay(current), c
[all...]
H A DDialog.c232 static Boolean SetValues(current, request, new, in_args, in_num_args)
233 Widget current, request, new;
238 DialogWidget old = (DialogWidget)current;
H A DTextSink.c215 * Arguments: current - current state of the object.
223 SetValues(current, request, new, args, num_args)
224 Widget current, request, new;
229 TextSinkObject old_w = (TextSinkObject) current;
H A DToggle.c295 SetValues (current, request, new, args, num_args)
296 Widget current, request, new;
300 ToggleWidget oldtw = (ToggleWidget) current;
H A DLabel.c646 static Boolean SetValues(current, request, new, args, num_args)
647 Widget current, request, new;
651 LabelWidget curlw = (LabelWidget) current;
726 XmuReleaseStippledPixmap( XtScreen(current), curlw->label.stipple );
741 XtIsSensitive(current) != XtIsSensitive(new);

Completed in 731 milliseconds

12