Lines Matching refs:place
42 struct place includedfrom;
63 placefile_create(const struct place *from, const char *name, in placefile_create()
99 place_getparsedir(const struct place *place) in place_getparsedir() argument
101 if (place->file == NULL) { in place_getparsedir()
104 return place->file->dir; in place_getparsedir()
109 placefile_find(const struct place *incfrom, const char *name) in placefile_find()
126 place_changefile(struct place *p, const char *name) in place_changefile()
144 place_addfile(const struct place *place, const char *file, bool issystem) in place_addfile() argument
148 pf = placefile_create(place, file, issystem); in place_addfile()
151 complain(place, "Maximum include nesting depth exceeded"); in place_addfile()
161 place_setnowhere(struct place *p) in place_setnowhere()
170 place_setbuiltin(struct place *p, unsigned num) in place_setbuiltin()
179 place_setcommandline(struct place *p, unsigned line, unsigned column) in place_setcommandline()
188 place_setfilestart(struct place *p, const struct placefile *pf) in place_setfilestart()
197 place_addcolumns(struct place *p, unsigned cols) in place_addcolumns()
211 place_addlines(struct place *p, unsigned lines) in place_addlines()
225 place_getname(const struct place *p) in place_getname()
238 place_samefile(const struct place *a, const struct place *b) in place_samefile()
250 place_eq(const struct place *a, const struct place *b) in place_eq()
263 place_printfrom(const struct place *p) in place_printfrom()
265 const struct place *from; in place_printfrom()
288 complain(const struct place *p, const char *fmt, ...) in complain()
321 debuglog_open(const struct place *p, /*const*/ char *file) in debuglog_open()
341 debuglog(const struct place *p, const char *fmt, ...) in debuglog()
358 debuglog2(const struct place *p, const struct place *p2, const char *fmt, ...) in debuglog2()