Home
last modified time | relevance | path

Searched refs:rc_dialog (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dwindres.h66 extern int extended_dialog (const rc_dialog *);
87 extern void define_dialog (rc_res_id, const rc_res_res_info *, const rc_dialog *);
Dwindint.h242 struct rc_dialog *dialog;
390 typedef struct rc_dialog struct
418 } rc_dialog; argument
Dresbin.c425 rc_dialog *d; in bin_to_res_dialog()
434 d = (rc_dialog *) res_alloc (sizeof (rc_dialog)); in bin_to_res_dialog()
1257 static rc_uint_type res_to_bin_dialog (windres_bfd *, rc_uint_type, const rc_dialog *);
1457 res_to_bin_dialog (windres_bfd *wrbfd, rc_uint_type off, const rc_dialog *dialog) in res_to_bin_dialog()
Dresrc.c869 const rc_dialog *dialog) in define_dialog()
871 rc_dialog *copy; in define_dialog()
874 copy = (rc_dialog *) res_alloc (sizeof *copy); in define_dialog()
1913 static void write_rc_dialog (FILE *, const rc_dialog *);
2532 write_rc_dialog (FILE *e, const rc_dialog *dialog) in write_rc_dialog()
Dwindres.c490 extended_dialog (const rc_dialog *dialog) in extended_dialog()
Drcparse.y45 static rc_dialog dialog;