Lines Matching refs:form
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;
854 form = ARGUMENT(0);
856 for (; CONSP(form); form = CDR(form)) {
857 symbol = CAR(form);
860 form = CDR(form);
861 if (!CONSP(form))
863 value = CAR(form);
1781 * o calling a builtin special form
1806 /* If <compile> is set, it is a special form */
1927 LispObj *form;
1950 /* Macro expansion may be done in the object form */
1951 form = com->form;
1952 com->form = object;
1954 com->form = form;
1962 /* Macro expansion is stored in the current value of com->form */
2207 CAR(com->form) = body;
2221 CAR(com->form) = body;