Lines Matching defs:aml_object
83 union aml_object **objects;
181 union aml_object *ref;
202 union aml_object {
221 union aml_object *aml_copy_object(struct aml_environ *,
222 union aml_object *);
223 union aml_object *aml_alloc_object(enum aml_objtype,
224 union aml_object *);
225 void aml_free_objectcontent(union aml_object *);
226 void aml_free_object(union aml_object **);
227 void aml_realloc_object(union aml_object *, int);