MCPcopy Index your code
hub / github.com/MapServer/MapServer / writeIndent

Function writeIndent

mapfile.c:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472static void writeIndent(FILE *stream, int indent) {
473 const char *str=" "; /* change this string to define the indent */
474 int i;
475 for(i=0; i<indent; i++) fprintf(stream, "%s", str);
476}
477
478static void writeBlockBegin(FILE *stream, int indent, const char *name) {
479 writeIndent(stream, indent);

Callers 15

writeBlockBeginFunction · 0.85
writeBlockEndFunction · 0.85
writeKeywordFunction · 0.85
writeDimensionFunction · 0.85
writeExtentFunction · 0.85
writeNumberFunction · 0.85
writeCharacterFunction · 0.85
writeStringFunction · 0.85
writeNumberOrKeywordFunction · 0.85
writeNameValuePairFunction · 0.85
writeAttributeBindingFunction · 0.85
writeColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected