Searched defs:actualWidth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c189 int actualWidth[100]; /* Actual width of each column */ member in struct:callback_data
322 if( i<ArraySize(p->actualWidth) ){
323 p->actualWidth[i] = w;
332 if( i<ArraySize(p->actualWidth) ){
333 w = p->actualWidth[i];
346 if( i<ArraySize(p->actualWidth) ){
347 w = p->actualWidth[i];

Completed in 48 milliseconds