| aml_parse.c | 430 union aml_object *tmpobj, *tmpobj2, *resobj; local 433 tmpobj = aml_eval_name(env, aml_parse_termobj(env, indent)); 435 if (tmpobj->type != aml_t_buffer) { 439 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); 470 union aml_object *tmpobj, *tmpobj2, *resobj; local 473 tmpobj = aml_eval_name(env, aml_parse_termobj(env, indent)); 475 if (tmpobj->type != aml_t_string) { 479 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); 495 strlcat((char *)resobj->str.string, (const char *)tmpobj->str.string, len); 507 union aml_object *obj, *tmpobj; local 1286 union aml_object *tmpobj; local [all...] |