Home | History | Annotate | Download | only in menuc

Lines Matching refs:title

138 	const char *title, *tp, *ep;
150 title = m->title;
153 title = m->exp_title;
155 if (title)
156 title = MSG_XLAT(title);
157 if (title && title[0] != 0) {
159 for (tp = title; (ep = strchr(tp, '\n')); tp = ep + 1) {
170 m->title = NULL;
171 title = "untitled";
211 title);
244 w, wadd, max_cols, title);
266 m->h, hadd, w, wadd, y, x, title);
341 const char *title;
349 title = m->title;
352 title = m->exp_title;
354 if (title) {
355 for (tp = MSG_XLAT(title); ; tp = ep + 1) {
849 new_menu(const char *title, menu_ent *opts, int numopts,
876 m->title = title;