Home
last modified time | relevance | path

Searched defs:qrfPerCol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c2370 struct qrfPerCol { /* Per-column data */ struct
2371 char *z; /* Cache of text for current row */
2372 int w; /* Computed width of this column */
2373 int mxW; /* Maximum natural (unwrapped) width */
2374 unsigned char e; /* Alignment */
2375 unsigned char fx; /* Width is fixed */
2376 unsigned char bNum; /* True if is numeric */