Lines Matching defs:nPad
30620 int nPad = width - length;30621 for(i=width; i>=nPad; i--){30622 bufpt[i] = bufpt[i-nPad];30625 while( nPad-- ) bufpt[i++] = '0';