Searched refs:form (Results 1 - 25 of 385) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXaw/dist/src/
H A DForm.c109 #define Offset(field) XtOffsetOf(FormRec, form.field)
136 #define Offset(field) XtOffsetOf(FormConstraintsRec, form.field)
286 /* form */
320 if (xaw->form.display_list)
321 XawRunDisplayList(w, xaw->form.display_list, event, region);
453 fw->form.old_width = fw->form.old_height = 0;
454 fw->form.no_refigure = False;
455 fw->form.needs_relayout = False;
456 fw->form
555 FormConstraints form = (FormConstraints)(*childP)->core.constraints; local in function:Layout
562 FormConstraints form; local in function:Layout
631 FormConstraints form; local in function:ResizeChildren
669 FormConstraints form = (FormConstraints)w->core.constraints; local in function:LayoutChild
746 FormConstraints form = (FormConstraints)(*childP)->core.constraints; local in function:XawFormResize
812 FormConstraints form = (FormConstraints)w->core.constraints; local in function:XawFormGeometryManager
968 FormConstraints form = (FormConstraints)cnew->core.constraints; local in function:XawFormConstraintInitialize
1035 FormConstraints form; local in function:XawFormChangeManaged
1096 FormConstraints form = (FormConstraints)nw->core.constraints; local in function:XawFormDoLayout
[all...]
H A DTextPop.c75 static _Xconst char* FORM_NAME = "form";
351 * form - form widget for the insert dialog widget
359 AddInsertFileChildren(Widget form, String ptr, Widget tw) argument
372 label = XtCreateManagedWidget(LABEL_NAME, labelWidgetClass, form,
382 text = XtCreateManagedWidget(TEXT_NAME, asciiTextWidgetClass, form,
390 insert = XtCreateManagedWidget("insert", commandWidgetClass, form,
399 cancel = XtCreateManagedWidget(DISMISS_NAME, commandWidgetClass, form,
405 XtSetKeyboardFocus(form, text);
637 * form
645 AddSearchChildren(Widget form,String ptr,Widget tw) argument
1431 Widget popup, form; local in function:CreateDialog
[all...]
H A DDialog.c174 /* form */
243 constraint->form.left = constraint->form.right = XtChainLeft;
245 constraint->form.vert_base = dw->dialog.labelW;
247 constraint->form.vert_base = dw->dialog.valueW;
259 constraint->form.horiz_base = *childP;
302 form.horiz_base = w->dialog.iconW;
308 form.horiz_base = NULL;
426 form.vert_base = dw->dialog.valueW;
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dwidgets.lsp43 (setq form
44 (xt-create-managed-widget "form" form-widget-class vpane))
45 (xt-create-managed-widget "command" command-widget-class form
47 (xt-create-managed-widget "label" label-widget-class form
49 (xt-create-managed-widget "button" menu-button-widget-class form
60 (xt-create-managed-widget "toggle" toggle-widget-class form
62 (xt-create-managed-widget "repeater" repeater-widget-class form
H A Dhello.lsp52 (setq form
53 (xt-create-managed-widget "form" form-widget-class toplevel
59 (xt-create-managed-widget "button" command-widget-class form
H A Dstream.lsp85 (defun compare-eval (test expect form
90 (setq result (eval form))
95 (format t "ERROR: ~S => ~S~%" form error-value)
98 form expect result
115 (defun error-eval (form &aux result (error t))
117 (setq result (eval form))
121 (format t "ERROR: no error for ~S, result was ~S~%" form result)
137 (defun eq-eval (expect form)
138 (compare-eval #'eq expect form))
140 (defun eql-eval (expect form)
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DDialogP.h87 FormPart form; member in struct:_DialogRec
96 FormConstraintsPart form; member in struct:_DialogConstraintsRec
H A DViewportP.h94 FormPart form; member in struct:_ViewportRec
103 FormConstraintsPart form; member in struct:_ViewportConstraintsRec
H A DFormP.h108 FormPart form; member in struct:_FormRec
128 * in the form widget geometry
134 FormConstraintsPart form; member in struct:_FormConstraintsRec
/xsrc/external/mit/libXaw/dist/examples/
H A Dxawhisto.c37 Widget form; local in function:main
44 form = XtVaCreateManagedWidget("form",
52 commandWidgetClass, form,
61 scrollbarWidgetClass, form,
/xsrc/external/mit/xedit/dist/lisp/
H A Dtime.c41 time form
50 LispObj *form; local in function:Lisp_Time
52 form = ARGUMENT(0);
81 form = CONS(form, NIL);
82 COD = CONS(form, COD);
83 result = LispExecuteBytecode(LispCompileForm(form));
85 result = EVAL(form);
H A Dcore.c734 LispObj *result, *code, *keyform, *body, *form; local in function:Lisp_Case
746 form = CAR(code);
747 if (form == T || form == Ootherwise) {
754 else if (CONSP(form)) {
755 for (; CONSP(form); form = CDR(form))
756 if (XEQL(keyform, CAR(form)) == T) {
760 if (CONSP(form)) /* i
1018 LispObj *form; local in function:Lisp_Constantp
1494 LispObj *form, *result; local in function:Lisp_Eval
3337 LispObj *function, *form; local in function:Lisp_MultipleValueCall
3384 LispObj *first_form, *form; local in function:Lisp_MultipleValueProg1
3431 LispObj *form, *result, *cons; local in function:Lisp_MultipleValueList
3460 LispObj *symbols, *form; local in function:Lisp_MultipleValueSetq
3646 LispObj *oindex, *form, *result; local in function:Lisp_NthValue
5608 LispObj *result, *variable, *form; local in function:Lisp_SetQ
5635 LispObj *value, *symbol, *list, *form; local in function:Lisp_Psetq
5670 LispObj *form; local in function:Lisp_Setf
5787 LispObj *form; local in function:Lisp_Psetf
6382 LispObj *form = CAR(body); local in function:Lisp_Tagbody
6404 LispObj *value_type, *form; local in function:Lisp_The
[all...]
H A Dcompile.c103 /* Finish form the last CodeTree code is changed to sign the
277 /* Generate code for the body of the form.
556 * init form is known to have no side effects */
589 /* Generate code for the body of the form */
622 * init form is known to have no side effects */
654 /* Generate code for the body of the form */
784 /* Finish form the last CodeTree code is changed to sign the
848 setq &rest form
852 LispObj *form, *symbol, *value; local in function:Com_Setq
854 form
1927 LispObj *form; local in function:ComEval
[all...]
/xsrc/external/mit/xmh/dist/
H A Dpick.c76 struct _FormBoxRec *form; /* Which form this is in. */ member in struct:_GroupRec
81 Widget inner; /* Inner widget (contains master form) */
82 short numgroups; /* How many groups of form entries we have. */
83 Group *glist; /* List of form groups. */
120 static void PrepareToUpdate(FormBox form) argument
122 XawFormDoLayout(form->inner, FALSE);
125 static void ExecuteUpdate(FormBox form) argument
127 XawFormDoLayout(form->inner, TRUE);
128 XtManageChild(form
222 FormBox form = row->group->form; local in function:ExecRowOr
238 FormBox form = ((FormEntry)closure)->row->group->form; local in function:ExecGroupOr
561 AddGroup(FormBox form) argument
592 AddDetailGroup(FormBox form) argument
616 AddGeneralGroup(FormBox form) argument
660 CleanForm(FormBox form) argument
[all...]
/xsrc/external/mit/editres/dist/
H A Dsvpopup.c199 Widget form, cancel, do_it, label; local in function:CreateSetValuesPopup
208 form = XtCreateManagedWidget("form", formWidgetClass,
213 form, args, num_args);
219 form, args, num_args);
226 form, args, num_args);
231 form, args, num_args);
238 form, args, num_args);
243 form, args, num_args);
249 form, arg
[all...]
H A Dwidgets.c552 * Arguments: parent - parent of the form. local in function:CreateResourceNameForm
563 Widget form;
572 form = XtCreateManagedWidget("namesAndClasses", formWidgetClass,
584 form, args, num_args);
594 form, args, num_args);
640 form, args, num_args);
651 form,args,num_args);
661 form, args, num_args);
671 form, args, num_args);
897 Widget form, labe
883 Widget form, label; local in function:CreateValueWidget
[all...]
/xsrc/external/mit/xmore/dist/
H A Dxmore.c143 Widget form; local in function:main
189 form = XtCreateManagedWidget("form", formWidgetClass, toplevel, NULL, 0);
199 text = XtCreateManagedWidget("text", asciiTextWidgetClass, form, args, n);
205 quitbutton = XtCreateManagedWidget("quit", commandWidgetClass, form, args, n);
/xsrc/external/mit/xmessage/dist/
H A Dmakeform.c79 * parses string of form "yes:11,no:12, ..."
222 Widget form, text, prev; local in function:make_queryform
231 form = XtCreateManagedWidget ("form", formWidgetClass, parent, NULL, 0);
234 ("message", asciiTextWidgetClass, form,
263 label = XtVaCreateWidget("message", labelWidgetClass, form,
327 form, args, thisn);
340 return form;
/xsrc/external/mit/libXcursor/dist/src/
H A Dxcursorint.h140 #define T_RETURN(form) "return: } %" #form "\n"
/xsrc/external/mit/xf86-video-sunleo/dist/
H A DREADME.md8 extra cooling in the form of an additional double-width fan card, so
/xsrc/external/mit/xedit/dist/
H A Doptions.c337 Widget form, ok, cancel; local in function:CreateColumnsShell
347 form = XtCreateManagedWidget("form", formWidgetClass,
349 XtCreateManagedWidget("leftLabel", labelWidgetClass, form, NULL, 0);
351 form, XtNeditType, XawtextEdit,
353 XtCreateManagedWidget("rightLabel", labelWidgetClass, form, NULL, 0);
355 form, XtNeditType, XawtextEdit,
358 form, NULL, 0);
361 form, NULL, 0);
/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DGLView.h81 BMessage *specifier, int32 form,
163 int32 form,
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DGLView.h82 BMessage *specifier, int32 form,
164 int32 form,
/xsrc/external/mit/xman/dist/
H A Dbuttons.c65 Widget form, command, label; /* widgets. */ local in function:MakeTopBox
92 form = XtCreateManagedWidget("form", formWidgetClass, top,
95 label = XtCreateManagedWidget("topLabel", labelWidgetClass, form,
101 command = XtCreateManagedWidget(HELP_BUTTON, commandWidgetClass, form,
107 command = XtCreateManagedWidget(QUIT_BUTTON, commandWidgetClass, form,
113 command = XtCreateManagedWidget(MANPAGE_BUTTON, commandWidgetClass, form,
118 FormUpWidgets(form, full_size, half_size);
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D60-generic.conf28 ! expanded to its non-sugar form.

Completed in 18 milliseconds

1234567891011>>