reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9 fprintf(p->file, "%s%*s%s", p->indent_prefix ? p->indent_prefix : "", 9 fprintf(p->file, "%s%*s%s", p->indent_prefix ? p->indent_prefix : "", 9 fprintf(p->file, "%s%*s%s", p->indent_prefix ? p->indent_prefix : "", 10 p->indent, "", p->prefix ? p->prefix : ""); 10 p->indent, "", p->prefix ? p->prefix : ""); 10 p->indent, "", p->prefix ? p->prefix : ""); 11 return p;