Lines Matching refs:makefile
99 Property makefile = maybe_append_prop(makefile_name, in read_simple_file() local
106 Property orig_makefile = makefile; in read_simple_file()
125 if (makefile->body.makefile.contents != NULL) { in read_simple_file()
126 retmem(makefile->body.makefile.contents); in read_simple_file()
132 makefile->body.makefile.contents = NULL; in read_simple_file()
133 makefile->body.makefile.size = 0; in read_simple_file()
136 if ((makefile->body.makefile.contents == NULL) && in read_simple_file()
225 if (makefile->body.makefile.contents == NULL) { in read_simple_file()
276 orig_makefile->body.makefile.size = in read_simple_file()
277 makefile->body.makefile.size = in read_simple_file()
313 orig_makefile->body.makefile.contents = in read_simple_file()
314 makefile->body.makefile.contents = in read_simple_file()
329 makefile->body.makefile.contents; in read_simple_file()
332 source->string.text.p + makefile->body.makefile.size; in read_simple_file()
334 makefile->body.makefile.size; in read_simple_file()
434 retmem(makefile->body.makefile.contents); in read_simple_file()
435 makefile->body.makefile.contents = NULL; in read_simple_file()