aml_object
aml_showobject(union aml_object * obj)
union aml_object;
void aml_showobject(union aml_object *);
union aml_object tempobject;
union aml_object *
aml_eval_objref(struct aml_environ *env, union aml_object *obj)
union aml_object num1;
union aml_object *ref, *ret;
union aml_object *
union aml_object *obj, *ret;
union aml_object *src;
union aml_object *ret;
aml_objtonum(struct aml_environ *env, union aml_object *obj)
union aml_object *
aml_invoke_method(struct aml_name *name, int argc, union aml_object *argv)
union aml_object *retval;
union aml_object *obj;
union aml_object *
aml_invoke_method_by_name(char *method, int argc, union aml_object *argv)
static union aml_object *aml_eval_fieldobject(struct aml_environ *env,
static union aml_object *
union aml_object tobj;
union aml_object *aml_eval_objref(struct aml_environ *,
union aml_object *);
union aml_object *aml_eval_name(struct aml_environ *,
union aml_object *);
union aml_object *aml_invoke_method(struct aml_name *,
int, union aml_object *);
union aml_object *aml_invoke_method_by_name(char *,
int, union aml_object *);
union aml_object *property;
union aml_object *
aml_alloc_object(enum aml_objtype type, union aml_object *orig)
union aml_object *ret;
aml_free_objectcontent(union aml_object *obj)
aml_free_object(union aml_object **obj)
union aml_object *body;
aml_realloc_object(union aml_object *obj, int size)
union aml_object tmp;
size * sizeof(union aml_object *));
bzero(tmp.package.objects, size * sizeof(union aml_object *));
union aml_object *
aml_copy_object(struct aml_environ *env, union aml_object *orig)
union aml_object *ret;
ret->package.elements * sizeof(union aml_object *));
union aml_object *ref;
union aml_object *aml_copy_object(struct aml_environ *,
union aml_object *);
union aml_object *aml_alloc_object(enum aml_objtype,
union aml_object *);
void aml_free_objectcontent(union aml_object *);
void aml_free_object(union aml_object **);
void aml_realloc_object(union aml_object *, int);
union aml_object **objects;
union aml_object *obj;
union aml_object *srcbuf, int idx,
union aml_object *obj, *srcbuf;
union aml_object *ret;
union aml_object *tmpobj;
union aml_object anum;
union aml_object *objref;
union aml_object *srcobj;
union aml_object *srcbuf,
union aml_object *obj;
union aml_object *srcbuf;
union aml_object *obj;
static union aml_object *
union aml_object *obj;
union aml_object *obj;
aml_parse_concat_buffer(struct aml_environ *env, union aml_object *obj,
union aml_object *tmpobj, *tmpobj2, *resobj;
aml_parse_concat_string(struct aml_environ *env, union aml_object *obj,
union aml_object *tmpobj, *tmpobj2, *resobj;
union aml_object *obj, *tmpobj;
static union aml_object *
union aml_object *obj, **objects;
numelements * sizeof(union aml_object *));
bzero(objects, numelements * sizeof(union aml_object *));
union aml_object *aobj;
union aml_object *obj;
static union aml_object *aml_parse_defbuffer(struct aml_environ *env,
union aml_object *obj;
union aml_object *obj,
union aml_object *obj,
static union aml_object *aml_parse_defpackage(struct aml_environ *env,
union aml_object *obj;
aml_store_to_buffer(struct aml_environ *env, union aml_object *obj,
union aml_object *buf, int offset)
aml_store_to_object(struct aml_environ *env, union aml_object *src,
union aml_object * dest)
aml_store_to_objref(struct aml_environ *env, union aml_object *obj,
union aml_object *r)
union aml_object *ref;
aml_store_to_name(struct aml_environ *env, union aml_object *obj,
aml_store_to_fieldname(struct aml_environ *env, union aml_object *obj,
union aml_object tobj, iobj, *tmpobj;
void aml_store_to_name(struct aml_environ *, union aml_object *,
void aml_store_to_object(struct aml_environ *, union aml_object *,
union aml_object *);
union aml_object argv[7], *retval;