Searched refs:title (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/dialog/
H A Dtimebox.c138 dialog_timebox(const char *title, argument
203 dlg_auto_size(title, prompt, &height, &width, 0, 0);
224 dlg_draw_title(dialog, title);
H A Darrows.c116 * If we're drawing a centered title, do not overwrite with the arrows.
118 if (dialog_vars.title && is_toplevel && (top - getbegy(win)) < MARGIN) {
119 int have = (limit_x - dlg_count_columns(dialog_vars.title)) / 2;
H A Deditbox.c310 dlg_editbox(const char *title, argument
375 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols);
390 dlg_draw_title(dialog, title);
721 dialog_editbox(const char *title, const char *file, int height, int width) argument
728 result = dlg_editbox(title, &list, &rows, height, width);
H A Dfselect.c553 dlg_fselect(const char *title, const char *path, int height, int width, int dselect) argument
615 dlg_auto_size(title, (char *) 0, &height, &width, 6, 25);
632 dlg_draw_title(dialog, title);
916 dialog_fselect(const char *title, const char *path, int height, int width) argument
918 return dlg_fselect(title, path, height, width, FALSE);
925 dialog_dselect(const char *title, const char *path, int height, int width) argument
927 return dlg_fselect(title, path, height, width, TRUE);
H A Dbuildlist.c412 dlg_buildlist(const char *title, argument
510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width);
513 dlg_auto_size(title, prompt,
537 dlg_draw_title(dialog, title);
1015 dialog_buildlist(const char *title, argument
1047 result = dlg_buildlist(title,
H A Dformbox.c460 dlg_form(const char *title, argument
523 dlg_auto_size(title, prompt, &height, &width,
536 dlg_auto_size(title, prompt, &thigh, &twide, 0, width);
555 dlg_draw_title(dialog, title);
904 dialog_form(const char *title, argument
943 result = dlg_form(title,
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dtcpdchk.c274 static void print_list(title, list)
275 char *title;
282 fputs(title, stdout);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h163 void LogGPR(const char *title);
H A DRegisterContext_i386.cpp520 RegisterContext_i386::LogGPR(const char *title)
525 if (title)
526 log->Printf ("%s", title);
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot282 local title="$DIALOG_TITLE"
316 \"\$title\" \"\$btitle\" \"\$prompt\" \"\$hline\" $menu_list
323 --title \"\$title\" \
353 local title="$DIALOG_TITLE"
402 --title "$title" \
420 local title="$DIALOG_TITLE"
449 \"\$title\" \"\$btitle\" \"\$vdev_prompt\" \"\$vdev_hline\" \
477 --title \"\
[all...]
H A Dmirrorselect38 --title "Mirror Selection" --extra-button --extra-label "Other" \
182 --title "Mirror Selection" \
/freebsd-10.0-release/share/examples/ppp/
H A Dchap-auth40 wm title . "PPP Authentication";
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s44 # Display title and copyright.
45 movw $title, %di
264 title: .asciz "PC98 Boot Selector Version 1.2" label
/freebsd-10.0-release/usr.sbin/bsdconfig/
H A Dbsdconfig188 local title="$DIALOG_TITLE"
271 \"\$title\" \
283 --title \"\$title\" \
/freebsd-10.0-release/contrib/binutils/gas/
H A Dlisting.c37 .title "stuff"
38 Put "stuff" onto the title line
517 static char *title; /* Current title */ variable
524 /* Grope around, see if we can see a title or subtitle edict coming up
545 title = list->edict_arg;
557 fprintf (list_file, "%s\n", title);
977 title = list->edict_arg;
1064 title = "";
1233 as_bad (_("new line in title"));
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp272 const char *title) {
286 if (title)
287 os << "<title>" << html::EscapeText(title) << "</title>\n";
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dhtml.c206 /* The <title> should not have markup, so use text_expansion. */
208 html_title = escape_string (title ?
209 text_expansion (title) : (char *) _("Untitled"));
217 /* When splitting, add current node's name to title if it's available and not
220 add_word_args ("<title>%s - %s</title>\n",
223 add_word_args ("<title>%s</title>\n", html_title);
241 add_word ("<link title=\"Top\" rel=\"top\" href=\"#Top\">\n");
245 add_word ("<link title
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-data.h51 char *title; /* Window title to display. */ member in struct:tui_gen_win_info
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h97 int title();
H A Denv.h139 void title();
394 friend void title();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h211 LogGPR (lldb_private::Log *log, const char *title);
/freebsd-10.0-release/contrib/mdocml/
H A Dmdoc.c133 if (mdoc->meta.title)
134 free(mdoc->meta.title);
329 if (NULL == m->meta.title)
330 m->meta.title = mandoc_strdup("UNKNOWN");
/freebsd-10.0-release/contrib/ncurses/
H A Ddist.mk62 MAN2HTML= man2html -botm=0 -topm=0 -cgiurl '$$title.$$section$$subsection.html'
139 ./edit_man.sh normal editing /usr/man man $$f | $(MANPROG) | tr '\255' '-' | $(MAN2HTML) -title "$$T" | \
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_test.c63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) argument
67 fprintf(f,"%s",title);
/freebsd-10.0-release/tools/tools/usbtest/
H A Dusbtest.c86 usb_ts_show_menu(uint8_t level, const char *title, const char *fmt,...) argument
108 printf("] - %s:\n\n", title);

Completed in 293 milliseconds

1234567891011>>