Searched refs:floc (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | variable.h | 56 struct floc fileinfo; /* Where the variable was defined. */ 147 extern struct variable *do_variable_definition PARAMS ((const struct floc *flocp, const char *name,… 149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum… 160 struct variable_set *set, const struct floc *flocp));
|
D | read.c | 56 struct floc floc; /* Info on the file in fp (if any). */ member 120 const struct floc *reading_file = 0; 133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp)); 137 const struct floc *flocp)); 141 const struct floc *flocp)); 304 const struct floc *curfile; in eval_makefile() 310 ebuf.floc.filenm = strcache_add (filename); in eval_makefile() 311 ebuf.floc.lineno = 1; in eval_makefile() 393 do_variable_definition (&ebuf.floc, "MAKEFILE_LIST", filename, o_file, in eval_makefile() 402 reading_file = &ebuf.floc; in eval_makefile() [all …]
|
D | make.h | 381 struct floc struct 386 #define NILF ((struct floc *)0) argument 403 extern void error (const struct floc *flocp, const char *fmt, ...) 405 extern void fatal (const struct floc *flocp, const char *fmt, ...) 499 extern const struct floc *reading_file; 500 extern const struct floc **expanding_var;
|
D | commands.h | 24 struct floc fileinfo; /* Where commands were defined. */
|
D | expand.c | 31 const struct floc **expanding_var = &reading_file; 102 const struct floc *this_var; in recursively_expand_for_file() 103 const struct floc **saved_varp; in recursively_expand_for_file()
|
D | misc.c | 227 error (const struct floc *flocp, const char *fmt, ...) in error() 230 const struct floc *flocp; in error() 260 fatal (const struct floc *flocp, const char *fmt, ...) in fatal() 263 const struct floc *flocp; in fatal()
|
D | variable.c | 165 const struct floc *flocp) in define_variable_in_set() 993 do_variable_definition (const struct floc *flocp, const char *varname, in do_variable_definition() 1335 try_variable_definition (const struct floc *flocp, char *line, in try_variable_definition()
|