| /xsrc/external/mit/xedit/dist/lisp/ |
| time.c | 41 time form 50 LispObj *form; local 52 form = ARGUMENT(0); 81 form = CONS(form, NIL); 82 COD = CONS(form, COD); 83 result = LispExecuteBytecode(LispCompileForm(form)); 85 result = EVAL(form);
|
| compile.c | 103 /* 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 854 form = ARGUMENT(0) 1927 LispObj *form; local [all...] |
| bytecode.c | 236 LispObj *form, *plist; member in struct:_LispCom 401 LispObj *lambda, *form, *arguments; local 427 arguments = form = NIL; 432 arguments = form = CONS(NIL, NIL); 435 RPLACD(form, CONS(NIL, NIL)); 436 form = CDR(form); 449 arguments = form = CONS(argument, NIL); 453 RPLACD(form, CONS(argument, NIL)); 454 form = CDR(form) [all...] |
| core.c | 734 LispObj *result, *code, *keyform, *body, *form; local 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)) /* if found match * 1018 LispObj *form; local 1494 LispObj *form, *result; local 3337 LispObj *function, *form; local 3384 LispObj *first_form, *form; local 3431 LispObj *form, *result, *cons; local 3460 LispObj *symbols, *form; local 3646 LispObj *oindex, *form, *result; local 5608 LispObj *result, *variable, *form; local 5635 LispObj *value, *symbol, *list, *form; local 5670 LispObj *form; local 5787 LispObj *form; local 6382 LispObj *form = CAR(body); local 6404 LispObj *value_type, *form; local [all...] |
| /xsrc/external/mit/libXaw/dist/examples/ |
| xawhisto.c | 6 #include <X11/Xaw/Form.h> 37 Widget form; local 44 form = XtVaCreateManagedWidget("form", 52 commandWidgetClass, form, 61 scrollbarWidgetClass, form,
|
| /xsrc/external/mit/editres/dist/ |
| svpopup.c | 41 #include <X11/Xaw/Form.h> 199 Widget form, cancel, do_it, label; local 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) [all...] |
| widgets.c | 550 * Description: Creates the Form widget with children that represent 552 * Arguments: parent - parent of the form. local 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) 883 Widget form, label; local [all...] |
| /xsrc/external/mit/xmore/dist/ |
| xmore.c | 40 #include <X11/Xaw/Form.h> 143 Widget form; local 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/libXaw/dist/include/X11/Xaw/ |
| DialogP.h | 87 FormPart form; member in struct:_DialogRec 96 FormConstraintsPart form; member in struct:_DialogConstraintsRec
|
| ViewportP.h | 94 FormPart form; member in struct:_ViewportRec 103 FormConstraintsPart form; member in struct:_ViewportConstraintsRec
|
| FormP.h | 48 /* Form widget private definitions */ 55 #include <X11/Xaw/Form.h> 108 FormPart form; member in struct:_FormRec 128 * in the form widget geometry 134 FormConstraintsPart form; member in struct:_FormConstraintsRec
|
| /xsrc/external/mit/xman/dist/ |
| buttons.c | 65 Widget form, command, label; /* widgets. */ local 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/xmessage/dist/ |
| makeform.c | 39 #include <X11/Xaw/Form.h> 79 * parses string of form "yes:11,no:12, ..." 222 Widget form, text, prev; local 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/libXaw/dist/src/ |
| Form.c | 109 #define Offset(field) XtOffsetOf(FormRec, form.field) 136 #define Offset(field) XtOffsetOf(FormConstraintsRec, form.field) 226 "Form", /* class_name */ 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 555 FormConstraints form = (FormConstraints)(*childP)->core.constraints; local 562 FormConstraints form; local 631 FormConstraints form; local 669 FormConstraints form = (FormConstraints)w->core.constraints; local 746 FormConstraints form = (FormConstraints)(*childP)->core.constraints; local 812 FormConstraints form = (FormConstraints)w->core.constraints; local 968 FormConstraints form = (FormConstraints)cnew->core.constraints; local 1035 FormConstraints form; local 1096 FormConstraints form = (FormConstraints)nw->core.constraints; local [all...] |
| TextPop.c | 60 #include <X11/Xaw/Form.h> 75 static _Xconst char* FORM_NAME = "form"; 351 * form - form widget for the insert dialog widget 359 AddInsertFileChildren(Widget form, String ptr, Widget tw) 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) 1431 Widget popup, form; local [all...] |
| /xsrc/external/mit/xedit/dist/ |
| options.c | 337 Widget form, ok, cancel; local 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);
|
| ispell.c | 94 Widget shell, form, mispelled, repeated, word, replacement, text, member in struct:_ispell 2038 ispell.form = XtCreateManagedWidget("form", formWidgetClass, 2041 ispell.form, NULL, 0); 2043 ispell.form, NULL, 0); 2045 ispell.form, NULL, 0); 2048 ispell.form, NULL, 0); 2050 ispell.form, 2054 ispell.form, NULL, 0); 2056 ispell.form, NULL, 0) [all...] |
| /xsrc/external/mit/xmh/dist/ |
| pick.c | 76 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. */ 91 FormBox general; /* Form for general info about this pick. */ 92 FormBox details; /* Form for details about this pick. */ 120 static void PrepareToUpdate(FormBox form) 122 XawFormDoLayout(form->inner, FALSE); 125 static void ExecuteUpdate(FormBox form) 222 FormBox form = row->group->form; local 238 FormBox form = ((FormEntry)closure)->row->group->form; local [all...] |
| /xsrc/external/mit/xfd/dist/ |
| xfd.c | 42 #include <X11/Xaw/Form.h> 177 Widget toplevel, pane, toplabel, box, form; local 285 /* form in which to draw */ 286 form = XtCreateManagedWidget ("form", formWidgetClass, pane, NULL, ZERO); 298 fontGrid = XtCreateManagedWidget ("grid", fontgridWidgetClass, form,
|
| /xsrc/external/mit/xvidtune/dist/ |
| xvidtune.c | 37 #include <X11/Xaw/Form.h> 958 Widget form, 967 wids[0] = XtCreateWidget (w1name, labelWidgetClass, form, NULL, 0); 974 form, XtNlabel, buf, NULL); 976 wids[2] = XtCreateWidget (w3name, scrollbarWidgetClass, form, NULL, 0); 1081 Widget w, popup, form, invert_vclk_toggle, wids[6]; 1095 form = XtVaCreateManagedWidget( 1103 form, 1108 form, 1112 form, NULL, 0) 1130 Widget form, forms[14], s3form; local [all...] |
| /xsrc/external/mit/viewres/dist/ |
| viewres.c | 44 #include <X11/Xaw/Form.h> 890 Widget toplevel, pane, box, dummy, porthole, panner, form; local 1034 form = XtCreateManagedWidget("treeform", formWidgetClass, pane, 1041 porthole = XtCreateManagedWidget("porthole", portholeWidgetClass, form, 1043 panner = XtCreateManagedWidget("panner", pannerWidgetClass, form,
|
| /xsrc/external/mit/xterm/dist/ |
| misc.c | 2435 const char form[] = "Xterm.log.%s%s.%lu"; local 2443 ((log_default = (char *) malloc((sizeof(form) 2448 form, 4008 * Lines should be of the form <OSC> number ; string <ST>, however 5465 case srm_DECPFF: /* print form feed */ 6731 * Var should end with '=' (bindings are of the form "var=value"). 7074 * maintain the list in sorted form with lots of ifdef's.
|