Searched refs:Gbl_WhiteLines (Results 1 – 3 of 3) sorted by relevance
177 UINT32 Gbl_WhiteLines = 0; variable319 printf ("%8u Lines of non-comment whitespace\n", Gbl_WhiteLines); in AsDisplayStats()323 if (Gbl_WhiteLines > 0) in AsDisplayStats()326 ((float) Gbl_SourceLines / (float) Gbl_WhiteLines)); in AsDisplayStats()344 (Gbl_WhiteLines * 100) / Gbl_TotalLines, in AsDisplayStats()
212 extern UINT32 Gbl_WhiteLines;
1585 Gbl_WhiteLines += WhiteCount; in AsCountSourceLines()