HomeSort by: relevance | last modified time | path
    Searched refs:CAPTION (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 71 CAPTION = 272, /* CAPTION */
176 #define CAPTION 272
rclex.c 84 K(CAPTION), K(CHARACTERISTICS), K(CHECKBOX), K(CHECKED),
rcparse.y 118 %token DIALOG DIALOGEX EXSTYLE CAPTION CLASS STYLE
447 | styles CAPTION res_unicode_string_concat
451 dialog.caption = $3;
rcparse.c 194 CAPTION = 272, /* CAPTION */
299 #define CAPTION 272
470 YYSYMBOL_CAPTION = 17, /* CAPTION */
1108 "ALT", "BITMAP", "CURSOR", "DIALOG", "DIALOGEX", "EXSTYLE", "CAPTION",
2391 case 45: /* styles: styles CAPTION res_unicode_string_concat */
2396 dialog.caption = (yyvsp[0].uni);
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 71 CAPTION = 272, /* CAPTION */
176 #define CAPTION 272
rclex.c 84 K(CAPTION), K(CHARACTERISTICS), K(CHECKBOX), K(CHECKED),
rcparse.y 118 %token DIALOG DIALOGEX EXSTYLE CAPTION CLASS STYLE
447 | styles CAPTION res_unicode_string_concat
451 dialog.caption = $3;
rcparse.c 194 CAPTION = 272, /* CAPTION */
299 #define CAPTION 272
470 YYSYMBOL_CAPTION = 17, /* CAPTION */
1108 "ALT", "BITMAP", "CURSOR", "DIALOG", "DIALOGEX", "EXSTYLE", "CAPTION",
2391 case 45: /* styles: styles CAPTION res_unicode_string_concat */
2396 dialog.caption = (yyvsp[0].uni);
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 90 GROUP, FLOAT, FLOATTYPE, FLOATPOS, CAPTION, SHORTCAPTION,
insertion.c 736 char *caption;
789 /* Get also the @caption. */
790 i = search_forward_until_pos ("\n@caption{",
794 input_text_offset = i + sizeof ("\n@caption{") - 1;
795 get_until_in_braces ("\n@end float", &caption);
799 caption = "";
816 canon_white (caption);
820 xstrdup (caption), xstrdup (shortcaption),
1159 add_html_block_elt ("<p><strong class=\"float-caption\">");
1166 1) @float Foo,lbl & no caption: Foo 1.
734 char *caption; local
    [all...]

Completed in 49 milliseconds