Lines Matching refs:nWidth
15575 int nWidth; /* Number of slots in colWidth[] and actualWidth[] */
17871 if( nColumn>p->nWidth ){
17874 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0;
17875 p->nWidth = nColumn;
24624 for (i=0;i<p->nWidth;i++) {
25234 p->nWidth = nArg-1;
25235 p->colWidth = realloc(p->colWidth, (p->nWidth+1)*sizeof(int)*2);
25236 if( p->colWidth==0 && p->nWidth>0 ) shell_out_of_memory();
25237 if( p->nWidth ) p->actualWidth = &p->colWidth[p->nWidth];