Home
last modified time | relevance | path

Searched refs:place_getname (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/libexec/tradcpp/
Dplace.c225 place_getname(const struct place *p) in place_getname() function
274 place_getname(from), from->line, from->column); in place_printfrom()
294 fprintf(stderr, "%s:%u:%u: ", place_getname(p), in complain()
349 fprintf(debuglogfile, "%s:%u: ", place_getname(p), p->line); in debuglog()
366 fprintf(debuglogfile, "%s:%u: ", place_getname(p), p->line); in debuglog2()
372 place_getname(p2), p2->line); in debuglog2()
Dplace.h59 const char *place_getname(const struct place *);
Doutput.c181 p->line, place_getname(p)); in output()
Dmacro.c839 len += strlen(place_getname(p)) + 2; in expand_substitute()
861 strlcat(ret, place_getname(p), len + 1); in expand_substitute()