Lines Matching refs:colWidth
1252 int colWidth[100]; member
1270 int colWidth[100]; /* Requested width of each column when in column mode*/ member
1539 if( i<ArraySize(p->colWidth) ){ in shell_callback()
1540 w = p->colWidth[i]; in shell_callback()
2361 data.colWidth[0] = 3; in do_meta_command()
2362 data.colWidth[1] = 15; in do_meta_command()
2363 data.colWidth[2] = 58; in do_meta_command()
2441 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth)); in do_meta_command()
2452 memset(p->colWidth,0,ArraySize(p->colWidth)); in do_meta_command()
2453 p->colWidth[0] = 4; /* addr */ in do_meta_command()
2454 p->colWidth[1] = 13; /* opcode */ in do_meta_command()
2455 p->colWidth[2] = 4; /* P1 */ in do_meta_command()
2456 p->colWidth[3] = 4; /* P2 */ in do_meta_command()
2457 p->colWidth[4] = 4; /* P3 */ in do_meta_command()
2458 p->colWidth[5] = 13; /* P4 */ in do_meta_command()
2459 p->colWidth[6] = 2; /* P5 */ in do_meta_command()
2460 p->colWidth[7] = 13; /* Comment */ in do_meta_command()
2465 memcpy(p->colWidth,p->explainPrev.colWidth,sizeof(p->colWidth)); in do_meta_command()
2940 for (i=0;i<(int)ArraySize(p->colWidth) && p->colWidth[i] != 0;i++) { in do_meta_command()
2941 fprintf(p->out,"%d ",p->colWidth[i]); in do_meta_command()
3016 for(j=1; j<nArg && j<ArraySize(p->colWidth); j++){ in do_meta_command()
3017 p->colWidth[j-1] = atoi(azArg[j]); in do_meta_command()