OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_dialog
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
windres.h
66
extern int extended_dialog (const
rc_dialog
*);
87
extern void define_dialog (rc_res_id, const rc_res_res_info *, const
rc_dialog
*);
windint.h
242
struct
rc_dialog
*dialog;
390
typedef struct
rc_dialog
struct
418
}
rc_dialog
;
typedef in typeref:struct:rc_dialog
477
can appear in the style field of a
rc_dialog
or a rc_dialog_control. */
resbin.c
425
rc_dialog
*d;
434
d = (
rc_dialog
*) res_alloc (sizeof (
rc_dialog
));
1258
static rc_uint_type res_to_bin_dialog (windres_bfd *, rc_uint_type, const
rc_dialog
*);
[
all
...]
resrc.c
871
const
rc_dialog
*dialog)
873
rc_dialog
*copy;
876
copy = (
rc_dialog
*) res_alloc (sizeof *copy);
[
all
...]
windres.c
495
extended_dialog (const
rc_dialog
*dialog)
rcparse.y
45
static
rc_dialog
dialog;
[
all
...]
Completed in 449 milliseconds