Searched refs:title (Results 226 - 250 of 276) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/dialog/
H A Dutil.c104 DATA(A_REVERSE, TITLE, title, "Dialog box title"),
115 DATA(A_REVERSE, SEARCHBOX_TITLE, searchbox_title, "Search box title"),
185 * Display background title if it exists ...
1238 real_auto_size(const char *title, argument
1245 int title_length = title ? dlg_count_columns(title) : 0;
1305 dlg_auto_size(const char *title, argument
1312 real_auto_size(title, prompt, height, width, boxlines, mincols);
1330 dlg_auto_sizefile(const char *title, argument
1985 dlg_draw_title(WINDOW *win, const char *title) argument
[all...]
H A Dcalendar.c387 dialog_calendar(const char *title, argument
488 dlg_auto_size(title, prompt, &height, &width, 0, mincols);
502 dlg_draw_title(dialog, title);
H A Ddialog.h490 char *title; /* option "--title title" */ member in struct:__anon803
588 extern int dialog_buildlist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*order_mode*/);
589 extern int dialog_calendar(const char * /*title*/, const char * /*subtitle*/, int /*height*/, int /*width*/, int /*day*/, int /*month*/, int /*year*/);
590 extern int dialog_checklist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*flag*/);
591 extern int dialog_dselect(const char * /*title*/, const char * /*path*/, int /*height*/, int /*width*/);
592 extern int dialog_editbox(const char * /*title*/, const char * /*file*/, int /*height*/, int /*width*/);
593 extern int dialog_form(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, char ** /*items*/);
594 extern int dialog_fselect(const char * /*title*/, cons
[all...]
H A Dtextbox.c659 dialog_textbox(const char *title, const char *file, int height, int width) argument
741 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
761 dlg_draw_title(dialog, title);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote.c578 char *title;
630 config->name, config->title, support);
635 config->name, config->title, support);
643 char *title,
656 config->title = title;
660 name, title);
662 name, title);
664 xasprintf (&cmd_name, "%s-packet", title);
694 config->name, config->title);
576 char *title; member in struct:packet_config
639 add_packet_config_cmd(struct packet_config *config, char *name, char *title, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_remote_list, struct cmd_list_element **show_remote_list, int legacy) argument
[all...]
/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c487 const char **title; local
498 for (title = name_section_titles; *title != NULL; title++)
499 if (strcmp(*title, line) == 0)
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-data.c473 win->title = 0;
769 if (win_info->generic.title)
770 xfree (win_info->generic.title);
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css30 td.head-ltitle { width: 10%; } /* Document header: left-title. */
32 td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-title. */
83 span.ref-title { text-decoration: underline; } /* Reference title (%T). */
H A Dmdoc.h226 char *title; /* `Dt' title (FOO, etc.) */ member in struct:mdoc_meta
H A Dmdoc_validate.c935 if (mdoc->meta.title)
945 if (NULL == mdoc->meta.title || NULL == mdoc->meta.date)
958 if (mdoc->meta.title || mdoc->meta.os)
2048 if (mdoc->meta.title)
2049 free(mdoc->meta.title);
2055 mdoc->meta.title = mdoc->meta.vol = mdoc->meta.arch = NULL;
2073 * --> title = unknown, volume = local, msec = 0, arch = NULL
2079 mdoc->meta.title = mandoc_strdup("UNKNOWN");
2086 * --> title = TITLE, volume = local, msec = 0, arch = NULL
2089 mdoc->meta.title
[all...]
H A Dmdoc_html.c383 bufcat_fmt(h, "%s(%s)", m->title, m->msec);
529 char b[BUFSIZ], title[BUFSIZ]; local
539 snprintf(title, BUFSIZ - 1, "%s(%s)", m->title, m->msec);
556 print_text(h, title);
568 print_text(h, title);
2077 PAIR_CLASS_INIT(&tag[0], "ref-title");
H A Dmdoc_term.c460 char buf[BUFSIZ], title[BUFSIZ]; local
492 snprintf(title, BUFSIZ, "%s(%s)", m->title, m->msec);
493 titlen = term_strlen(p, title);
502 term_word(p, title);
518 term_word(p, title);
H A Dexample.style.css25 div.mandoc td.head-ltitle { width: 10%; } /* Document header: left-title. */
27 div.mandoc td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-title. */
69 div.mandoc span.ref-title { text-decoration: underline; } /* Reference title (%T). */
H A Dman.c146 if (man->meta.title)
147 free(man->meta.title);
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.def6 prog-title = "vendor-specific NTP query program";
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen-opts.def10 prog-title = "Create a NTP host key";
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c108 static char title[80]; /* ``pr'' title */ variable
424 * T -- "title" for pr
506 case 'T': /* header title for pr */
507 strlcpy(title, line + 1, sizeof(title));
566 title[0] = '\0';
672 av[i++] = *title ? title : " ";
687 "-h", *title
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.h240 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1964 title_desc title; member in class:html_printer
2379 title.text += " ";
2381 title.has_been_found = TRUE;
2382 title.text += img;
2388 /* end of title found
2390 title.has_been_found = TRUE;
2398 title.text += " " + string(t->text_string, t->text_length);
2403 title.text += string(t->text_string, t->text_length);
2405 title.has_been_found = TRUE;
2740 * found title therefor
[all...]
/freebsd-10.0-release/release/picobsd/tinyware/view/
H A Dview.c113 pop_up(char *title,int x, int y) argument
148 VGLBitmapString(VGLDisplay,x1+1,y1+1,title,0,pal_colors-1,0,0);
/freebsd-10.0-release/contrib/nvi/regex/
H A Dengine.c111 static void at __P((struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst));
1045 == static void at(struct match *m, char *title, char *start, char *stop, \
1050 at(m, title, start, stop, startst, stopst)
1052 char *title;
1061 printf("%s %s-", title, pchar(*start));
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dxml.c124 { "title", 0, 0, 0 },
261 { "title", 0, 0, 0 }, /* SETTITLE */
335 { "title", 0, 0, 0 },
1348 and id attributes, and inserts title. */
1359 /* OK, need the title, tag, etc. */
1379 current_float_set_title_used (); /* mark this title, tag, etc used */
1780 char *title;
1825 new->title = xstrdup (p);
1847 insert_string (xml_index_titles->title);
1848 free (xml_index_titles->title);
1778 char *title; member in struct:xml_index_title
[all...]
H A Dcmds.c322 { "title", cm_titlepage_cmds, NO_BRACE_ARGS },
602 otherwise comments before @settitle cause an empty <title> in the
714 add_word_args (" title=\"%s\"", text_expansion (description));
727 add_word_args (" title=\"%s\"",
1234 html_title_written = 1; /* suppress title from @settitle */
1379 get_rest_of_line (0, &title);
1380 execute_string ("%s", title);
1385 get_rest_of_line (0, &title);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp438 RegisterContextDarwin_i386::LogGPR(Log *log, const char *title) argument
442 if (title)
443 log->Printf ("%s", title);
/freebsd-10.0-release/release/picobsd/build/
H A Dpicobsd359 { dialog --title "MFS Size setup" --inputbox \
370 { dialog --title "Site info setup" --inputbox \
407 dialog --title "Build ${THETYPE} completed" --inputbox \

Completed in 398 milliseconds

1234567891011>>