Searched refs:floc (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dcommands.h25 struct floc fileinfo; /* Where commands were defined. */
H A Dvariable.h58 struct floc fileinfo; /* Where the variable was defined. */
133 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));
134 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
145 struct variable_set *set, const struct floc *flocp));
H A Dread.c58 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, const struct floc *flocp));
138 const struct floc *flocp, int set_default));
142 const struct floc *flocp));
284 const struct floc *curfile;
288 ebuf.floc.filenm = filename;
289 ebuf.floc.lineno = 1;
352 if (filename != ebuf.floc
[all...]
H A Dmake.h382 struct floc struct
387 #define NILF ((struct floc *)0)
398 extern void error (const struct floc *flocp, const char *fmt, ...)
400 extern void fatal (const struct floc *flocp, const char *fmt, ...)
486 extern const struct floc *reading_file;
H A Dmisc.c255 error (const struct floc *flocp, const char *fmt, ...)
258 const struct floc *flocp;
288 fatal (const struct floc *flocp, const char *fmt, ...)
291 const struct floc *flocp;
H A Dvariable.c104 const struct floc *flocp;
808 const struct floc *flocp;
1041 const struct floc *flocp;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/dev/
H A Dpq3obio.c147 int floc[OBIOCF_NLOCS] = { local
153 config_attach_loc(parent, cf, floc, &ga, pq3obio_print);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa.c1652 expanded_location xloc, floc;
1670 floc = expand_location (DECL_SOURCE_LOCATION (cfun->decl));
1675 if (xloc.file != floc.file
1676 || xloc.line < floc.line
1651 expanded_location xloc, floc; local

Completed in 180 milliseconds