Lines Matching defs:text
36 int htext; /* real h text to draw, to use with htextpad */
61 d->text, (*htext < 0) ? htext : NULL, &d->bs, 0, 0) != 0)
96 do_message(struct bsddialog_conf *conf, const char *text, int rows, int cols,
105 if (prepare_dialog(conf, text, rows, cols, &d) != 0)
198 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows,
201 return (do_message(conf, text, rows, cols, OK_LABEL, NULL));
205 bsddialog_yesno(struct bsddialog_conf *conf, const char *text, int rows,
208 return (do_message(conf, text, rows, cols, "Yes", "No"));
212 bsddialog_infobox(struct bsddialog_conf *conf, const char *text, int rows,
218 if (prepare_dialog(conf, text, rows, cols, &d) != 0)