Searched refs:place_getname (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/libexec/tradcpp/ |
| D | place.c | 225 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()
|
| D | place.h | 59 const char *place_getname(const struct place *);
|
| D | output.c | 181 p->line, place_getname(p)); in output()
|
| D | macro.c | 839 len += strlen(place_getname(p)) + 2; in expand_substitute() 861 strlcat(ret, place_getname(p), len + 1); in expand_substitute()
|