Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c187 int actualWidth[100]; /* Actual width of each column */ member
320 if( i<ArraySize(p->actualWidth) ){ in callback()
321 p->actualWidth[i] = w; in callback()
330 if( i<ArraySize(p->actualWidth) ){ in callback()
331 w = p->actualWidth[i]; in callback()
344 if( i<ArraySize(p->actualWidth) ){ in callback()
345 w = p->actualWidth[i]; in callback()