Lines Matching defs:htext
36 int htext; /* real h text to draw, to use with htextpad */
43 if (s->htext > 0 && s->htextpad > s->printrows) {
54 static int message_size_position(struct dialog *d, int *htext)
61 d->text, (*htext < 0) ? htext : NULL, &d->bs, 0, 0) != 0)
63 minw = (*htext > 0) ? 1 + TEXTHMARGINS : 0 ;
64 if (widget_checksize(d->h, d->w, &d->bs, MIN(*htext, 1), minw) != 0)
80 if (message_size_position(d, &s->htext) != 0)
108 s.htext = -1;
215 int htext;
220 htext = -1;
221 if (message_size_position(&d, &htext) != 0)