Searched defs:qrfPerCol (Results 1 – 1 of 1) sorted by relevance
2370 struct qrfPerCol { /* Per-column data */ struct2371 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 */