Searched refs:define_control (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | rcparse.y | 639 $$ = 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);
|
| D | windres.h | 88 extern rc_dialog_control *define_control (const rc_res_id, rc_uint_type, rc_uint_type,
|
| D | rcparse.c | 2679 …(yyval.dialog_control) = define_control ((yyvsp[-9].id), (yyvsp[-8].il), (yyvsp[-5].il), (yyvsp[-4… in yyparse() 2693 …(yyval.dialog_control) = define_control ((yyvsp[-10].id), (yyvsp[-9].il), (yyvsp[-6].il), (yyvsp[-… in yyparse() 3035 …(yyval.dialog_control) = define_control ((yyvsp[-13].id), (yyvsp[-12].il), (yyvsp[-10].il), (yyvsp… in yyparse() 3044 …(yyval.dialog_control) = define_control (res_text_field, (yyvsp[-5].il), (yyvsp[-4].il), (yyvsp[-3… in yyparse() 3059 …(yyval.dialog_control) = define_control (res_text_field, (yyvsp[-7].il), (yyvsp[-6].il), (yyvsp[-5… in yyparse() 3073 …(yyval.dialog_control) = define_control (res_text_field, (yyvsp[-8].il), (yyvsp[-7].il), (yyvsp[-6… in yyparse()
|
| D | ChangeLog-0203 | 526 * 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.
|
| D | resrc.c | 885 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x, in define_control() function 924 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle); in define_icon_control()
|
| D | ChangeLog-0001 | 1511 * resrc.c (define_control): missing text means zero-length string,
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-script.h | 48 define_control, enumerator
|
| D | cli-script.c | 147 case define_control: in multi_line_command_p() 167 else if (type == define_control) in build_command_line() 668 case define_control: in execute_control_command_1() 1019 *command = build_command_line (define_control, line_first_arg (p)); in process_next_line()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2018 | 10700 * cli/cli-script.h (enum command_control_type) <define_control>: 10702 * cli/cli-script.c (multi_line_command_p): Handle define_control.
|