Searched refs:action (Results 1 - 17 of 17) sorted by relevance

/solaris-x11-s11/open-src/common/
H A Dpkg-manifest-generate.pl72 my $action = "";
77 $action .= $l;
78 return $action;
80 $action .= $1 . " ";
82 $action .= $l;
84 $action =~ s{\s+}{ }g;
86 next if $action =~ m{^\s*$};
88 if ($action =~ m{ path=(\S+)}) {
89 $actions_seen{$1} = $action;
91 $actions_seen{$action}
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSuserpath.c50 void PSDoUserPath(coords, numCoords, numType, ops, numOps, bbox, action)
57 DPSUserPathAction action;
60 numOps, bbox, action); local
63 void DPSDoUserPath(ctxt, coords, numCoords, numType, ops, numOps, bbox, action)
71 DPSUserPathAction action;
116 it never gets to the action. This leaves a hole in the sequence,
119 if (action == dps_send) _dpsF.topLevelCount = 1;
122 _dpsP[1].val.nameVal = action;
150 coords, numCoords, numType, ops, numOps, bbox, action)
158 DPSUserPathAction action;
199 aOps, 1, (DPSPointer) aBbox, action); local
[all...]
H A DFontSB.c246 static Boolean ChangeBlends(Widget w, String base_name, String blend_name, FSBBlendAction action, int *axis_values, float *axis_percents);
4611 FSBBlendAction action,
4643 if (action != FSBDeleteBlend) {
4660 switch (action) {
4726 FSBBlendAction action,
4733 fsb_class.change_blends) (w, base_name, blend_name, action,
4607 ChangeBlends( Widget w, String base_name, String blend_name, FSBBlendAction action, int *axis_values, float *axis_percents) argument
4722 FSBChangeBlends( Widget w, String base_name, String blend_name, FSBBlendAction action, int *axis_values, float *axis_percents) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXuserpath.h119 DPSUserPathAction action);
128 DPSUserPathAction action);
139 DPSUserPathAction action);
151 DPSUserPathAction action);
H A DFontSB.h279 FSBBlendAction action, int *axis_values,
H A DFontSBP.h269 FSBBlendAction action,
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXcomm.c430 CARD8 action,
434 void XAccessXSetMouseKey(dpy,accessXClient,keyCode,action,info1,info2)
438 CARD8 action;
449 req->action = action; /* What to do if MouseKeys is on */
H A DAccessXlib.h202 CARD8 action; member in struct:_AccessXMouseKeysRec
H A DAccessXproto.h271 CARD8 action; /* MOVE_ACTION, DOWN_ACTION, etc*/ member in struct:__anon11
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h80 enum intel_ring_hangcheck_action action; member in struct:intel_ring_hangcheck
H A Di915_irq.c2468 ring->hangcheck.action = ring_stuck(ring,
2471 switch (ring->hangcheck.action) {
H A Di915_gem.c1686 if (ring->hangcheck.action != wait &&
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.c902 if (efb_cc->action == SHOW_CURSOR) {
936 if (efb_cc->action == SHOW_CURSOR) {
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c791 ModifySelection(ctx, event, mode, action, params, num_params)
795 XawTextSelectionAction action;
800 _XawTextAlterSelection(ctx, mode, action, params, num_params);
1081 * Description: Multiplies the current action by the number passed.
1112 "The multiply action takes exactly one argument.");
1125 sprintf(buf, "%s %s", "Text Widget: The multiply action's argument",
1321 * event - the event that cause this action.
1383 * Description: This action performs no action, and allows
1388 * parms and num_params - the action parameter
[all...]
H A DXaw3_1Text.c2139 _XawTextAlterSelection (ctx, mode, action, params, num_params)
2142 XawTextSelectionAction action; /* {XawactionStart,
2160 flag = (action != XawactionStart);
2166 if (action == XawactionEnd)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1285 ModifySelection(ctx, event, mode, action, params, num_params)
1289 XawTextSelectionAction action;
1295 _XawTextAlterSelection(ctx, mode, action, params, num_params);
1667 /* InsertString() - action
1746 /* DisplayCaret() - action
1786 /* Multiply() - action
1932 * inserts new CRs for FormRegion, thus for FormParagraph action */
2025 /* FormParagraph() - action
2054 /* TransposeCharacters() - action
2130 /* NoOp() - action
[all...]
H A DText.c2539 _XawTextAlterSelection (ctx, mode, action, params, num_params)
2542 XawTextSelectionAction action; /* {XawactionStart,
2560 flag = (action != XawactionStart);
2566 if (action == XawactionEnd)

Completed in 558 milliseconds