Home | History | Annotate | Download | only in dist

Lines Matching refs:colWidth

7911   int colWidth[100];  /* Column widths prior to ".explain on" */
7953 int colWidth[100]; /* Requested width of each column when in column mode*/
8615 const int *colWidth;
8619 colWidth = p->colWidth;
8623 colWidth = aExplainWidths;
8630 if( i<ArraySize(p->colWidth) ){
8631 w = colWidth[i];
14064 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) {
14065 raw_printf(p->out, "%d ", p->colWidth[i]);
14544 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){
14545 p->colWidth[j-1] = (int)integerValue(azArg[j]);