Home | History | Annotate | Download | only in src

Lines Matching refs:nmax

8946   { const int nmax = 80;
8948 if (n <= nmax)
8951 PrintF("%4d:%*s", n, nmax, "...");