HomeSort by relevance Sort by last modified time
    Searched refs:o_file (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
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...]
variable.c 817 v->origin = o_file;
    [all...]
main.c     [all...]
function.c 478 case o_file:
    [all...]

Completed in 111 milliseconds