Home
last modified time | relevance | path

Searched refs:decl_list (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h113 struct decl_list { struct
115 struct decl_list *next; argument
117 typedef struct decl_list decl_list; typedef
120 decl_list *decls;
141 decl_list *decls;
H A Drpc_parse.c107 decl_list *decls; in def_struct()
108 decl_list **tailp; in def_struct()
118 decls = XALLOC(decl_list); in def_struct()
134 decl_list *decls; in def_program()
135 decl_list **tailp; in def_program()
177 decls = XALLOC(decl_list); in def_program()
186 decls = XALLOC(decl_list); in def_program()
H A Drpc_clntout.c109 decl_list *l; in printarglist()
163 decl_list *l; in printbody()
H A Drpc_cout.c288 decl_list *dl; in emit_program()
372 decl_list *dl; in inline_struct()
374 decl_list *cur, *psav; in inline_struct()
531 decl_list *dl; in emit_struct()
H A Drpc_hout.c152 decl_list *l; in pargdef()
185 decl_list *l; in pstructdef()
338 decl_list *dl; in parglist()
H A Drpc_sample.c80 decl_list *l; in write_sample_client()
H A Drpc_svcout.c327 decl_list *l; in write_real_program()
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output11 6 input : $$1 decl_list
13 7 decl_list :
17 9 decl_list : decl_list $$2 decl
112 input : $$1 . decl_list (6)
113 decl_list : . (7)
117 decl_list goto 3
121 input : $$1 decl_list . (6)
122 decl_list : decl_list . $$2 decl (9)
138 decl_list : decl_list $$2 . decl (9)
194 decl_list : decl_list $$2 decl . (9)
[all …]
H A Dgrammar.tab.c258 DeclaratorList decl_list; member
2069 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
2071 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
2075 free_decl_list(&yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
2421 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
2428 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y58 decl_list(<scope>)
106 input: decl_list(global_scope = new_scope(0)) ;
107 decl_list($e): | decl_list decl($e) ;
H A Dgrammar.y70 %type <decl_list> init_declarator_list
208 DeclaratorList decl_list; member
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c238 DeclaratorList decl_list; member
1342 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1344 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1348 free_decl_list(&yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1694 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
1701 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()