Home
last modified time | relevance | path

Searched refs:underline (Results 1 – 1 of 1) sorted by relevance

/tools/vm/
Dslabinfo.c1350 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1353 printf("%s%s", heading, underline); in _xtotals()
1364 char *heading, *underline; in xtotals() local
1372 underline = "--------------------\n"; in xtotals()
1373 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1376 underline = "--------------------\n"; in xtotals()
1377 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1380 underline = "---------------------------------------\n"; in xtotals()
1381 _xtotals(heading, underline, 0, 0, 1); in xtotals()