Searched refs:dialog (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Drcparse.y43 static struct dialog dialog;
166 | input dialog
335 dialog: label
339 memset (&dialog, 0, sizeof dialog);
340 dialog.x = $5;
341 dialog.y = $6;
342 dialog.width = $7;
343 dialog
[all...]
H A Dresrc.c770 /* Define a dialog resource. */
774 const struct dialog *dialog)
776 struct dialog *copy;
779 copy = (struct dialog *) res_alloc (sizeof *copy);
780 *copy = *dialog;
785 r->u.dialog = copy;
789 /* Define a dialog control. This does not define a resource, but
1452 static void write_rc_dialog (FILE *, const struct dialog *);
1613 case RT_DIALOG: s = "dialog"; brea
771 define_dialog(struct res_id id, const struct res_res_info *resinfo, const struct dialog *dialog) argument
1992 write_rc_dialog(FILE *e, const struct dialog *dialog) argument
[all...]
H A Dresbin.c439 /* Convert a dialog resource from binary. */
446 struct dialog *d;
453 toosmall (_("dialog header"));
455 d = (struct dialog *) res_alloc (sizeof *d);
481 toosmall (_("dialog header"));
516 toosmall (_("dialog font point size"));
550 toosmall (_("dialog control"));
568 toosmall (_("dialog control"));
589 toosmall (_("dialog control end"));
601 toosmall (_("dialog contro
1501 res_to_bin_dialog(const struct dialog *dialog, int big_endian) argument
[all...]
H A Dwindres.h173 struct dialog *dialog; member in union:res_resource::__anon2501
278 /* A dialog resource. */
280 struct dialog struct
310 /* An extended dialog has additional information. */
325 can appear in the style field of a struct dialog or a struct
476 /* A dialog control. */
502 /* Help ID. Only used in an extended dialog. */
787 extern int extended_dialog (const struct dialog *);
813 (struct res_id, const struct res_res_info *, const struct dialog *);
[all...]
H A Dwindres.c478 /* Return whether the dialog resource DIALOG is a DIALOG or a argument
482 extended_dialog (const struct dialog *dialog)
486 if (dialog->ex != NULL)
489 for (c = dialog->controls; c != NULL; c = c->next)
H A Drcparse.c276 static struct dialog dialog; variable in typeref:struct:dialog
762 "acc_options", "acc_option", "bitmap", "cursor", "dialog", "@1", "@2",
2079 memset (&dialog, 0, sizeof dialog);
2080 dialog.x = (yyvsp[-3].il);
2081 dialog.y = (yyvsp[-2].il);
2082 dialog.width = (yyvsp[-1].il);
2083 dialog.height = (yyvsp[0].il);
2084 dialog
[all...]
/haiku-buildtools/binutils/binutils/
H A Drcparse.y45 static rc_dialog dialog;
183 | input dialog
351 dialog: label
355 memset (&dialog, 0, sizeof dialog);
356 dialog.x = $5;
357 dialog.y = $6;
358 dialog.width = $7;
359 dialog.height = $8;
360 dialog
[all...]
H A Dresbin.c419 /* Convert a dialog resource from binary. */
432 toosmall (_("dialog header"));
460 toosmall (_("dialog header"));
495 toosmall (_("dialog font point size"));
529 toosmall (_("dialog control"));
547 toosmall (_("dialog control"));
568 toosmall (_("dialog control end"));
580 toosmall (_("dialog control data"));
599 r->u.dialog = d;
1299 return res_to_bin_dialog (wrbfd, off, res->u.dialog);
1465 res_to_bin_dialog(windres_bfd *wrbfd, rc_uint_type off, const rc_dialog *dialog) argument
[all...]
H A Dresrc.c868 /* Define a dialog resource. */
872 const rc_dialog *dialog)
878 *copy = *dialog;
883 r->u.dialog = copy;
887 /* Define a dialog control. This does not define a resource, but
2083 case RT_DIALOG: s = "dialog"; break;
2169 if (extended_dialog (res->u.dialog))
2322 (int) res->u.dialog->x, (int) res->u.dialog->y,
2323 (int) res->u.dialog
869 define_dialog(rc_res_id id, const rc_res_res_info *resinfo, const rc_dialog *dialog) argument
2533 write_rc_dialog(FILE *e, const rc_dialog *dialog) argument
[all...]
H A Dwindres.c492 /* Return whether the dialog resource DIALOG is a DIALOG or a
496 extended_dialog (const rc_dialog *dialog)
500 if (dialog->ex != NULL)
503 for (c = dialog->controls; c != NULL; c = c->next)
491 extended_dialog(const rc_dialog *dialog) argument
H A Dwindint.h242 struct rc_dialog *dialog; member in union:rc_res_resource::__anon265
388 /* A dialog resource. */
432 /* An extended dialog has additional information. */
627 /* A dialog control. */
653 /* Help ID. Only used in an extended dialog. */
H A Drcparse.c110 static rc_dialog dialog; variable
772 "cursor", "dialog", "$@1", "$@2", "$@3", "exstyle", "styles", "controls",
2144 memset (&dialog, 0, sizeof dialog);
2145 dialog.x = (yyvsp[-3].il);
2146 dialog.y = (yyvsp[-2].il);
2147 dialog.width = (yyvsp[-1].il);
2148 dialog.height = (yyvsp[0].il);
2149 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
2150 dialog
[all...]

Completed in 213 milliseconds