Home | History | Annotate | Download | only in src

Lines Matching refs:nmax

9641   { const int nmax = 80;
9643 if (n <= nmax)
9646 PrintF("%4d:%*s", n, nmax, "...");