Lines Matching defs:cols
217 int width, oldwidth, nextwidth, cols;
295 cols = nextwidth;
298 cols += wcwidth(item->pubwbuf[item->xposdraw - 1]);
299 if (cols > (int)item->fieldcols)
464 unsigned int n, cols;
484 cols = wcwidth(item->pubwbuf[item->xposdraw]);
485 while (cols <= item->fieldcols &&
488 cols += wcwidth(item->pubwbuf[item->xposdraw + n]);
567 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0)
576 if (set_widget_autosize(d->conf, d->rows, d->cols, &d->h, &d->w,
674 int cols, unsigned int formheight, unsigned int nitems,
685 if (prepare_dialog(conf, text, rows, cols, &d) != 0)