Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:floc

56     struct floc floc;   /* Info on the file in fp (if any).  */
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,
405 reading_file = &ebuf.floc;
424 const struct floc *curfile;
433 ebuf.floc = *reading_file;
436 reading_file = &ebuf.floc;
473 struct floc *fstart;
474 struct floc fi;
495 fstart = &ebuf->floc;
496 fi.filenm = ebuf->floc.filenm;
519 ebuf->floc.lineno += nlines;
553 cmds_started = ebuf->floc.lineno;
1327 struct floc defstart;
1341 defstart = ebuf->floc;
1349 ebuf->floc.lineno += nlines;
1381 error (&ebuf->floc,
1436 conditional_line (char *line, int len, const struct floc *flocp)
1771 const struct floc *flocp)
1882 const struct floc *flocp)
2586 error (&ebuf->floc,
2647 pfatal_with_name (ebuf->floc.filenm);