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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drcparse.y46 static rc_dialog dialog;
182 | input dialog
350 dialog: label
354 memset (&dialog, 0, sizeof dialog);
355 dialog.x = $5;
356 dialog.y = $6;
357 dialog.width = $7;
358 dialog.height = $8;
359 dialog
[all...]
H A Dresbin.c420 /* Convert a dialog resource from binary. */
433 toosmall (_("dialog header"));
461 toosmall (_("dialog header"));
496 toosmall (_("dialog font point size"));
530 toosmall (_("dialog control"));
548 toosmall (_("dialog control"));
569 toosmall (_("dialog control end"));
581 toosmall (_("dialog control data"));
600 r->u.dialog = d;
1274 return res_to_bin_dialog (wrbfd, off, res->u.dialog);
1440 res_to_bin_dialog(windres_bfd *wrbfd, rc_uint_type off, const rc_dialog *dialog) argument
[all...]
H A Dresrc.c873 /* Define a dialog resource. */
877 const rc_dialog *dialog)
883 *copy = *dialog;
888 r->u.dialog = copy;
892 /* Define a dialog control. This does not define a resource, but
2066 case RT_DIALOG: s = "dialog"; break;
2152 if (extended_dialog (res->u.dialog))
2305 (int) res->u.dialog->x, (int) res->u.dialog->y,
2306 (int) res->u.dialog
874 define_dialog(rc_res_id id, const rc_res_res_info *resinfo, const rc_dialog *dialog) argument
2516 write_rc_dialog(FILE *e, const rc_dialog *dialog) argument
[all...]
H A Dwindres.c499 /* Return whether the dialog resource DIALOG is a DIALOG or a
503 extended_dialog (const rc_dialog *dialog)
507 if (dialog->ex != NULL)
510 for (c = dialog->controls; c != NULL; c = c->next)
498 extended_dialog(const rc_dialog *dialog) argument
H A Dwindint.h243 struct rc_dialog *dialog; member in union:rc_res_resource::__anon3081
389 /* A dialog resource. */
433 /* An extended dialog has additional information. */
628 /* A dialog control. */
654 /* Help ID. Only used in an extended dialog. */
H A Drcparse.c315 static rc_dialog dialog; variable
886 "cursor", "dialog", "@1", "@2", "@3", "exstyle", "styles", "controls",
2370 memset (&dialog, 0, sizeof dialog);
2371 dialog.x = (yyvsp[(5) - (8)].il);
2372 dialog.y = (yyvsp[(6) - (8)].il);
2373 dialog.width = (yyvsp[(7) - (8)].il);
2374 dialog.height = (yyvsp[(8) - (8)].il);
2375 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
2376 dialog
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/gtk/
H A Dcallbacks.c29 /* Callbacks for the simple password dialog */
40 on_dialog1_close(GtkDialog *dialog, struct userdata *user_data) argument
86 /* Callbacks for the new password dialog */
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-glade-1470 <name>dialog-vbox1</name>
482 <name>dialog-action_area1</name>
957 <name>dialog-vbox2</name>
971 useful, rather than just displaying this dialog.</label>
988 <name>dialog-action_area2</name>
1521 "useful, rather than just displaying this dialog."

Completed in 205 milliseconds