Searched refs:res_string_to_id (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | windres.h | 56 extern void res_string_to_id (rc_res_id *, const char *);
|
H A D | rcparse.y | 608 res_string_to_id (&$$->class, "BEDIT"); 717 res_string_to_id (&$$->class, "HEDIT"); 755 res_string_to_id (&$$->class, "IEDIT"); 919 res_string_to_id (&$$, "");
|
H A D | rcparse.c | 2629 res_string_to_id (&(yyval.dialog_control)->class, "BEDIT"); in yyparse() 2800 res_string_to_id (&(yyval.dialog_control)->class, "HEDIT"); in yyparse() 2859 res_string_to_id (&(yyval.dialog_control)->class, "IEDIT"); in yyparse() 3096 res_string_to_id (&(yyval.id), ""); in yyparse()
|
H A D | windres.c | 304 res_string_to_id (rc_res_id *res_id, const char *string) in res_string_to_id() function
|
H A D | resrc.c | 921 res_string_to_id (&tid, ""); in define_icon_control()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | windres.h | 56 extern void res_string_to_id (rc_res_id *, const char *);
|
H A D | rcparse.y | 608 res_string_to_id (&$$->class, "BEDIT"); 717 res_string_to_id (&$$->class, "HEDIT"); 755 res_string_to_id (&$$->class, "IEDIT"); 919 res_string_to_id (&$$, "");
|
H A D | rcparse.c | 2629 res_string_to_id (&(yyval.dialog_control)->class, "BEDIT"); in yyparse() 2800 res_string_to_id (&(yyval.dialog_control)->class, "HEDIT"); in yyparse() 2859 res_string_to_id (&(yyval.dialog_control)->class, "IEDIT"); in yyparse() 3096 res_string_to_id (&(yyval.id), ""); in yyparse()
|
H A D | windres.c | 304 res_string_to_id (rc_res_id *res_id, const char *string) in res_string_to_id() function
|
H A D | resrc.c | 927 res_string_to_id (&tid, ""); in define_icon_control()
|