HomeSort by relevance Sort by last modified time
    Searched refs:rc_accelerator (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
windres.h 84 extern void define_accelerator (rc_res_id, const rc_res_res_info *, rc_accelerator *);
windint.h 239 struct rc_accelerator *acc;
296 typedef struct rc_accelerator struct
299 struct rc_accelerator *next;
306 } rc_accelerator; typedef in typeref:struct:rc_accelerator
317 /* Accelerator flags in the flags field of a rc_accelerator.
rcparse.y 69 rc_accelerator acc;
70 rc_accelerator *pacc;
216 rc_accelerator *a;
218 a = (rc_accelerator *) res_alloc (sizeof *a);
224 rc_accelerator **pp;
    [all...]
resbin.c 726 rc_accelerator *first, **pp;
734 rc_accelerator *a;
739 a = (rc_accelerator *) res_alloc (sizeof (rc_accelerator));
1255 static rc_uint_type res_to_bin_accelerator (windres_bfd *, rc_uint_type, const rc_accelerator *);
    [all...]
resrc.c 692 rc_accelerator *data)
    [all...]

Completed in 39 milliseconds