Searched refs:place_getname (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/tradcpp/
H A Dplace.h59 const char *place_getname(const struct place *);
H A Dplace.c225 place_getname(const struct place *p) function
274 place_getname(from), from->line, from->column);
294 fprintf(stderr, "%s:%u:%u: ", place_getname(p),
349 fprintf(debuglogfile, "%s:%u: ", place_getname(p), p->line);
366 fprintf(debuglogfile, "%s:%u: ", place_getname(p), p->line);
372 place_getname(p2), p2->line);
H A Dmacro.c839 len += strlen(place_getname(p)) + 2;
861 strlcat(ret, place_getname(p), len + 1);

Completed in 471 milliseconds