Lines Matching refs:makefile
97 register Property makefile = maybe_append_prop(makefile_name, in read_simple_file() local
104 Property orig_makefile = makefile; in read_simple_file()
123 if (makefile->body.makefile.contents != NULL) { in read_simple_file()
124 retmem(makefile->body.makefile.contents); in read_simple_file()
130 makefile->body.makefile.contents = NULL; in read_simple_file()
131 makefile->body.makefile.size = 0; in read_simple_file()
134 if ((makefile->body.makefile.contents == NULL) && in read_simple_file()
223 if (makefile->body.makefile.contents == NULL) { in read_simple_file()
274 orig_makefile->body.makefile.size = in read_simple_file()
275 makefile->body.makefile.size = in read_simple_file()
311 orig_makefile->body.makefile.contents = in read_simple_file()
312 makefile->body.makefile.contents = in read_simple_file()
327 makefile->body.makefile.contents; in read_simple_file()
330 source->string.text.p + makefile->body.makefile.size; in read_simple_file()
332 makefile->body.makefile.size; in read_simple_file()
432 retmem(makefile->body.makefile.contents); in read_simple_file()
433 makefile->body.makefile.contents = NULL; in read_simple_file()