Home | History | Annotate | Download | only in src

Lines Matching refs:nmax

9330   { const int nmax = 80;
9332 if (n <= nmax)
9335 PrintF("%4d:%*s", n, nmax, "...");