Home | History | Annotate | Download | only in orig

Lines Matching refs:colWidth

7905   int colWidth[100];  /* Column widths prior to ".explain on" */
7947 int colWidth[100]; /* Requested width of each column when in column mode*/
8609 const int *colWidth;
8613 colWidth = p->colWidth;
8617 colWidth = aExplainWidths;
8624 if( i<ArraySize(p->colWidth) ){
8625 w = colWidth[i];
14041 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) {
14042 raw_printf(p->out, "%d ", p->colWidth[i]);
14521 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){
14522 p->colWidth[j-1] = (int)integerValue(azArg[j]);