Home
last modified time | relevance | path

Searched refs:define_control (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Drcparse.y639 $$ = define_control ($2, $3, $6, $7, $8, $9, $4, style, $10);
650 $$ = define_control ($2, $3, $6, $7, $8, $9, $4, style, $10);
860 $$ = define_control ($2, $3, $5, $7, $9, $11, cid,
875 $$ = define_control (res_text_field, $1, $2, $3, $4, $5, class,
887 $$ = define_control (res_text_field, $1, $2, $3, $4, $5, class, style, $7);
898 $$ = define_control (res_text_field, $1, $2, $3, $4, $5, class, style, $7);
Dwindres.h88 extern rc_dialog_control *define_control (const rc_res_id, rc_uint_type, rc_uint_type,
DChangeLog-0203526 * resrc.c (define_control): Make first param const.
527 * windres.h (define_control): Adjust prototype.
812 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
814 (define_icon_control): Pass a struct res_id to define_control.
815 * windres.h (define_control): Change prototype.
Dresrc.c888 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x, in define_control() function
927 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle); in define_icon_control()
DChangeLog-00011511 * resrc.c (define_control): missing text means zero-length string,