Home | History | Annotate | Download | only in alisp

Lines Matching refs:new_object

125 	lexpr = new_object(instance, ALISP_OBJ_CONS);
133 lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
154 p1 = lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
156 p1 = lexpr->value.c.car = new_object(instance, ALISP_OBJ_CONS);
163 p1->value.c.car = new_object(instance, ALISP_OBJ_CONS);
192 p1 = lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
194 p1 = lexpr->value.c.car = new_object(instance, ALISP_OBJ_CONS);
212 lexpr = new_object(instance, ALISP_OBJ_CONS);
567 new_object(instance, ALISP_OBJ_CONS));
585 p1 = add_cons(instance, p1, 1, "dimensions", p2 = new_object(instance, ALISP_OBJ_CONS));
593 p1 = add_cons(instance, p1, 1, "items", p2 = new_object(instance, ALISP_OBJ_CONS));