Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Drcparse.y637 $$ = define_control ($2, $3, $6, $7, $8, $9, $4, style, $10);
648 $$ = define_control ($2, $3, $6, $7, $8, $9, $4, style, $10);
858 $$ = define_control ($2, $3, $5, $7, $9, $11, cid,
873 $$ = define_control (res_text_field, $1, $2, $3, $4, $5, class,
885 $$ = define_control (res_text_field, $1, $2, $3, $4, $5, class, style, $7);
896 $$ = define_control (res_text_field, $1, $2, $3, $4, $5, class, style, $7);
H A 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.
H A Dresrc.c845 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x, in define_control() function
884 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle); in define_icon_control()
H A DChangeLog-00011511 * resrc.c (define_control): missing text means zero-length string,