Home
last modified time | relevance | path

Searched refs:colWidth (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sqlite/
H A Dshell.c172 int colWidth[100]; member
188 int colWidth[100]; /* Requested width of each column when in column mode*/ member
311 if( i<ArraySize(p->colWidth) ){ in callback()
312 w = p->colWidth[i]; in callback()
584 data.colWidth[0] = 3; in do_meta_command()
585 data.colWidth[1] = 15; in do_meta_command()
586 data.colWidth[2] = 58; in do_meta_command()
660 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth)); in do_meta_command()
671 memset(p->colWidth,0,ArraySize(p->colWidth)); in do_meta_command()
672 p->colWidth[0] = 4; in do_meta_command()
[all …]