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

  /ndk/sources/host-tools/make-3.81/
commands.h 24 struct floc fileinfo; /* Where commands were defined. */
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, char *value, enum variable_origin origin, enum variable_flavor flavor, int target_var));
149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
160 struct variable_set *set, const struct floc *flocp));
read.c 56 struct floc floc; /* Info on the file in fp (if any). */ member in struct:ebuffer
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));
307 const struct floc *curfile;
313 ebuf.floc.filenm = strcache_add (filename);
314 ebuf.floc.lineno = 1;
396 do_variable_definition (&ebuf.floc, "MAKEFILE_LIST", filename, o_file
    [all...]
make.h 381 struct floc struct
386 #define NILF ((struct floc *)0)
404 extern void error (const struct floc *flocp, const char *fmt, ...)
406 extern void fatal (const struct floc *flocp, const char *fmt, ...)
500 extern const struct floc *reading_file;
501 extern const struct floc **expanding_var;
expand.c 31 const struct floc **expanding_var = &reading_file;
103 const struct floc *this_var;
104 const struct floc **saved_varp;
misc.c 231 error (const struct floc *flocp, const char *fmt, ...)
234 const struct floc *flocp;
264 fatal (const struct floc *flocp, const char *fmt, ...)
267 const struct floc *flocp;
variable.c 167 const struct floc *flocp)
1004 do_variable_definition (const struct floc *flocp, const char *varname,
    [all...]
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 179 final Locale floc = prev; local
180 return new Runnable() { public void run() { startSequence(fhead, floc); } };
  /external/oprofile/libpp/
format_output.cpp 40 string const get_linenr_info(file_location const floc, bool lf)
45 ? debug_names.name(floc.filename)
46 : debug_names.basename(floc.filename);
49 out << filename << ":" << floc.linenr;

Completed in 194 milliseconds