Lines Matching refs:Source
60 static void parse_makefile(register Name true_makefile_name, register Source source);
61 static Source push_macro_value(register Source bp, register wchar_t *buffer, int size, register So…
103 register Source source = ALLOC(Source); in read_simple_file()
458 parse_makefile(register Name true_makefile_name, register Source source) in parse_makefile()
492 Source extrap; in parse_makefile()
631 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
692 extrap = (Source) in parse_makefile()
1020 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
1140 Source t = in parse_makefile()
1141 (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
1726 extrap = (Source) in parse_makefile()
1757 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
2025 static Source
2026 push_macro_value(register Source bp, register wchar_t *buffer, int size, register Source source) in push_macro_value()