Home
last modified time | relevance | path

Searched refs:res_string_to_id (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/binutils/
H A Drcparse.y450 res_string_to_id (& dialog.class, $3);
586 res_string_to_id (&$$->class, "BEDIT");
712 res_string_to_id (&$$->class, "HEDIT");
749 res_string_to_id (&$$->class, "IEDIT");
892 res_string_to_id (&$$, "");
901 res_string_to_id (&$$, $1);
905 res_string_to_id (&$$, $1);
1383 res_string_to_id (&$$, copy);
1420 res_string_to_id (&$$, copy);
H A Drcparse.c1815 res_string_to_id (& dialog.class, yyvsp[0].s); in yyparse()
1978 res_string_to_id (&yyval.dialog_control->class, "BEDIT"); in yyparse()
2136 res_string_to_id (&yyval.dialog_control->class, "HEDIT"); in yyparse()
2182 res_string_to_id (&yyval.dialog_control->class, "IEDIT"); in yyparse()
2353 res_string_to_id (&yyval.id, ""); in yyparse()
2366 res_string_to_id (&yyval.id, yyvsp[0].s); in yyparse()
2372 res_string_to_id (&yyval.id, yyvsp[-1].s); in yyparse()
2857 res_string_to_id (&yyval.id, copy); in yyparse()
2895 res_string_to_id (&yyval.id, copy); in yyparse()
H A Dwindres.h777 extern void res_string_to_id (struct res_id *, const char *);
H A Dwindres.c291 res_string_to_id (struct res_id *res_id, const char *string) in res_string_to_id() function
H A Dresrc.c825 res_string_to_id (&tid, ""); in define_icon_control()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Drcparse.y452 res_string_to_id (& dialog.class, $3);
588 res_string_to_id (&$$->class, "BEDIT");
714 res_string_to_id (&$$->class, "HEDIT");
751 res_string_to_id (&$$->class, "IEDIT");
894 res_string_to_id (&$$, "");
903 res_string_to_id (&$$, $1);
907 res_string_to_id (&$$, $1);
1392 res_string_to_id (&$$, copy);
1429 res_string_to_id (&$$, copy);
H A Dwindres.h778 extern void res_string_to_id (struct res_id *, const char *);
H A Dwindres.c295 res_string_to_id (struct res_id *res_id, const char *string) in res_string_to_id() function
H A Dresrc.c826 res_string_to_id (&tid, ""); in define_icon_control()