MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / indent

Function indent

src/common/pretty.cpp:310–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308//
309
310static int indent( ctl* control, SSHORT level)
311{
312
313 level *= 3;
314 while (--level >= 0)
315 PUT_BYTE(' ');
316 return 0;
317}
318
319
320//____________________________________________________________

Callers 4

PRETTY_print_cdbFunction · 0.85
print_blr_lineFunction · 0.85
print_dyn_verbFunction · 0.85
print_sdl_verbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected