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

/freebsd-11-stable/contrib/dialog/
H A Dmixedgauge.c39 WINDOW *caption; member in struct:__anon952
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-11-stable/contrib/nvi/regex/
H A Dengine.c104 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
969 print(struct match *m, char *caption, states st, int ch, FILE *d) argument
978 fprintf(d, "%s", caption);
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c118 static void print(struct match *m, const char *caption, states st, int ch, FILE *d);
1005 == static void print(struct match *m, const char *caption, states st, \
1011 const char *caption,
1023 fprintf(d, "%s", caption);
1010 print(struct match *m, const char *caption, states st, int ch, FILE *d) argument
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex199 \caption{Device tree blob layout}
367 \caption{Example \dtc source}
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex7212 % When called from @insertcopying or (short)caption, we need active
8580 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
8581 % @float Foo,lbl & no caption: Foo 1.1
8582 % @float Foo & @caption{Cap}: Foo: Cap
8583 % @float Foo & no caption: Foo
8585 % @float ,lbl & no caption: 1.1
8586 % @float & @caption{Cap}: Cap
8587 % @float & no caption:
8604 % Start the printed caption with what we've constructed in
8613 % caption tex
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js5737 wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;

Completed in 153 milliseconds