MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / PrintTab

Function PrintTab

general.cpp:1306–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304// character on the screen 'n' times.
1305
1306void PrintTab(char ch, int cch)
1307{
1308 while (cch-- > 0)
1309 PrintCh(ch);
1310}
1311
1312
1313// Like PrintCh() but ensure line drawing characters aren't converted to

Callers 15

ChartListingRelationFunction · 0.85
PrintAspectFunction · 0.85
ChartAstroGraphRelationFunction · 0.85
ChartCalendarMonthFunction · 0.85
ChartCalendarYearFunction · 0.85
PrintWFunction · 0.85
PrintObjectsFunction · 0.85
PrintAspectsFunction · 0.85
PrintSignsFunction · 0.85
PrintRayFunction · 0.85
DisplayArabicFunction · 0.85
ChartTransitGraphFunction · 0.85

Calls 1

PrintChFunction · 0.85

Tested by

no test coverage detected