Searched refs:command (Results 1 - 14 of 14) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Command.c73 offset(command.callbacks), XtRCallback, (XtPointer)NULL},
76 offset(command.highlight_thickness), XtRImmediate,
79 offset(command.highlight_thickness), XtRImmediate,
83 offset(command.shape_style), XtRImmediate, (XtPointer)XawShapeRectangle},
86 offset(command.corner_round), XtRImmediate, (XtPointer) 25},
112 * This is a temporary exported actions list for the command
117 * widget will get the command widget's actions list.
201 if (cbw->command.highlight_thickness > 1 )
202 values.line_width = cbw->command.highlight_thickness;
223 if (cbw->command
[all...]
H A DXaw3_1CommandI.h57 #define ComWnormalGC cbw->command.normal_GC
61 #define ComWcallbackList cbw->command.callback_list
62 #define ComWcallback cbw->command.callback
63 #define ComWclosure cbw->command.closure
64 #define ComWinverseGC cbw->command.inverse_GC
65 #define ComWhighlightThickness cbw->command.highlight_thickness
66 #define ComWset cbw->command.set
67 #define ComWhighlighted cbw->command.highlighted
69 #define XtCBField(cbw,field) cbw->command.field
H A DXaw3_1MenuButtoP.h91 CommandPart command; member in struct:_MenuButtonRec
H A DXaw3_1CommandP.h50 to preserve current command widget
113 CommandPart command; member in struct:_CommandRec
H A DXaw3_1Toggle.c73 offset(command.set), XtRString, "off"},
82 /* Action proceedures retrieved from the command widget */
176 * I have hacked the Athena command widget to export its action table
185 * Find the set and unset actions in the command widget's action table.
238 if (tw_req->command.set)
273 if (tw->command.set)
287 XtCallCallbacks(w, XtNcallback, tw->command.set);
307 if (oldtw->command.set != tw->command.set) {
308 tw->command
[all...]
H A DXaw3_1ToggleP.h99 CommandPart command; member in struct:_ToggleRec
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DCommand.c84 offset(command.callbacks), XtRCallback, (XtPointer)NULL},
86 offset(command.highlight_thickness), XtRImmediate,
89 offset(command.shape_style), XtRImmediate, (XtPointer)XawShapeRectangle},
92 offset(command.corner_round), XtRImmediate, (XtPointer) 25}
181 if (cbw->command.highlight_thickness > 1 )
182 values.line_width = cbw->command.highlight_thickness;
207 if (cbw->command.shape_style != XawShapeRectangle
210 cbw->command.shape_style = XawShapeRectangle;
211 if (cbw->command.highlight_thickness == DEFAULT_SHAPE_HIGHLIGHT) {
212 if (cbw->command
[all...]
H A DMenuButtoP.h94 CommandPart command; member in struct:_MenuButtonRec
H A DRepeaterP.h66 CommandPart command; member in struct:_RepeaterRec
H A DToggle.c72 offset(command.set), XtRString, "off"},
178 * Find the set and unset actions in the command widget's action table.
233 if (tw_req->command.set)
268 if (tw->command.set)
282 long antilint = tw->command.set;
307 if (!tw->core.sensitive && oldtw->core.sensitive && rtw->command.set)
308 tw->command.set = True;
310 if (oldtw->command.set != tw->command.set) {
311 tw->command
[all...]
H A DCommandP.h74 to preserve current command widget
135 CommandPart command; member in struct:_CommandRec
H A DToggleP.h105 CommandPart command; member in struct:_ToggleRec
H A DRepeater.c40 XtCallCallbackList ((Widget) rw, rw->command.callbacks, (XtPointer)NULL)
147 { /* command fields */
176 rw->command.set = FALSE;
179 rw->command.set = TRUE;
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c194 * Command table. Contains the command and the number of args that follow
195 * the command.
304 "More than one control command specified",
378 static int auditctl(uint32_t command, uint32_t value, caddr_t data);
452 * set context, parse the invocation line and get the command.
457 /* need to rewind the command line first... */
1892 * more than one control command has been specified.
2099 /* Must have a control command */
2103 /* Must be an attribute command with AW_APPEND control command */
2760 auditctl(uint32_t command, uint32_t value, caddr_t data) argument
[all...]

Completed in 55 milliseconds