/external/mesa3d/scons/ |
crossmingw.py | 157 o_file = c_file.replace(".cpp", ".o") 158 o_file = o_file.replace(".c", ".o") 162 sources.append(o_file)
|
/ndk/sources/host-tools/make-3.81/ |
variable.c | 817 v->origin = o_file; [all...] |
variable.h | 27 o_file, /* Variable given in a makefile. */ enumerator in enum:variable_origin
|
read.c | 159 define_variable ("MAKEFILE_LIST", sizeof ("MAKEFILE_LIST")-1, "", o_file, 0); 396 do_variable_definition (&ebuf.floc, "MAKEFILE_LIST", filename, o_file, 658 do_define (p2, p - p2, o_file, ebuf); 710 v = try_variable_definition (fstart, p2, o_file, 0); 727 v = define_variable_loc (p, len, "", o_file, 0, 757 v = define_variable_loc (p, len, "", o_file, 0, fstart); 850 if (try_variable_definition (fstart, p, o_file, 0)) 1045 v_origin = o_file; [all...] |
main.c | [all...] |
function.c | 478 case o_file: [all...] |
ChangeLog | [all...] |