Lines Matching refs:ALISP_OBJ_CONS
127 lexpr = new_object(instance, ALISP_OBJ_CONS);
135 lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
156 p1 = lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
158 p1 = lexpr->value.c.car = new_object(instance, ALISP_OBJ_CONS);
165 p1->value.c.car = new_object(instance, ALISP_OBJ_CONS);
194 p1 = lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
196 p1 = lexpr->value.c.car = new_object(instance, ALISP_OBJ_CONS);
214 lexpr = new_object(instance, ALISP_OBJ_CONS);
499 if (alisp_compare_type(p1, ALISP_OBJ_CONS)) {
565 p1 = add_cons(instance, lexpr->value.c.cdr, 0, "id", p2 = new_object(instance, ALISP_OBJ_CONS));
583 p1 = add_cons(instance, p1, 1, "dimensions", p2 = new_object(instance, ALISP_OBJ_CONS));
591 p1 = add_cons(instance, p1, 1, "items", p2 = new_object(instance, ALISP_OBJ_CONS));