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

  /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); } };
  /ndk/sources/host-tools/make-3.81/
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;
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...]

Completed in 418 milliseconds