Searched refs:caption (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/dialog/
H A Dmixedgauge.c39 WINDOW *caption; member in struct:__anon817
336 dlg->caption = dlg_sub_window(dlg->dialog,
341 (void) wattrset(dlg->caption, dialog_attr);
342 dlg_print_autowrap(dlg->caption, dlg->prompt, dlg->height, dlg->width);
H A Dtextbox.c502 const char *caption = _("Search"); local
503 int len_caption = dlg_count_columns(caption);
531 indx = dlg_index_wchars(caption);
532 limit = dlg_limit_columns(caption, len_caption, 0);
533 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]);
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dinsertion.c734 char *caption;
787 /* Get also the @caption. */
788 i = search_forward_until_pos ("\n@caption{",
792 input_text_offset = i + sizeof ("\n@caption{") - 1;
793 get_until_in_braces ("\n@end float", &caption);
797 caption = "";
814 canon_white (caption);
818 xstrdup (caption), xstrdup (shortcaption),
1157 add_html_block_elt ("<p><strong class=\"float-caption\">");
1164 1) @float Foo,lbl & no caption
732 char *caption; local
[all...]
/freebsd-10.0-release/contrib/nvi/regex/
H A Dengine.c108 static void print __P((struct match *m, char *caption, states st, int ch, FILE *d));
1012 == static void print(struct match *m, char *caption, states st, \
1017 print(m, caption, st, ch, d)
1019 char *caption;
1031 fprintf(d, "%s", caption);
/freebsd-10.0-release/lib/libc/regex/
H A Dengine.c120 static void print(struct match *m, const char *caption, states st, int ch, FILE *d);
1104 == static void print(struct match *m, const char *caption, states st, \
1110 const char *caption,
1122 fprintf(d, "%s", caption);
1109 print(struct match *m, const char *caption, states st, int ch, FILE *d) argument
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dwindint.h410 unichar *caption; member in struct:rc_dialog
H A Dresrc.c2487 if (dialog->caption != NULL)
2490 unicode_print_quoted (e, dialog->caption, -1);
H A Dresbin.c476 d->caption = get_unicode (wrbfd, data + off, length - off, &sublen);
479 d->caption = NULL;
1487 off = unicode_to_bin (wrbfd, off, dialog->caption);
H A Drcparse.y449 dialog.caption = $3;
/freebsd-10.0-release/contrib/libyaml/doc/html/
H A Ddoxygen.css51 caption {
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex5461 % When called from @insertcopying or (short)caption, we need active
6441 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6442 % @float Foo,lbl & no caption: Foo 1.1
6443 % @float Foo & @caption{Cap}: Foo: Cap
6444 % @float Foo & no caption: Foo
6446 % @float ,lbl & no caption: 1.1
6447 % @float & @caption{Cap}: Cap
6448 % @float & no caption:
6465 % Start the printed caption with what we've constructed in
6474 % caption tex
[all...]
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5657 % When called from @insertcopying or (short)caption, we need active
6642 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6643 % @float Foo,lbl & no caption: Foo 1.1
6644 % @float Foo & @caption{Cap}: Foo: Cap
6645 % @float Foo & no caption: Foo
6647 % @float ,lbl & no caption: 1.1
6648 % @float & @caption{Cap}: Cap
6649 % @float & no caption:
6666 % Start the printed caption with what we've constructed in
6675 % caption tex
[all...]
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex5533 % When called from @insertcopying or (short)caption, we need active
6513 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6514 % @float Foo,lbl & no caption: Foo 1.1
6515 % @float Foo & @caption{Cap}: Foo: Cap
6516 % @float Foo & no caption: Foo
6518 % @float ,lbl & no caption: 1.1
6519 % @float & @caption{Cap}: Cap
6520 % @float & no caption:
6537 % Start the printed caption with what we've constructed in
6546 % caption tex
[all...]
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex199 \caption{Device tree blob layout}
367 \caption{Example \dtc source}

Completed in 461 milliseconds