Searched refs:decl_list (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_parse.h | 117 struct decl_list { struct 119 struct decl_list *next; argument 121 typedef struct decl_list decl_list; typedef 124 decl_list *decls; 145 decl_list *decls;
|
| H A D | rpc_parse.c | 115 decl_list *decls; in def_struct() 116 decl_list **tailp; in def_struct() 126 decls = XALLOC(decl_list); in def_struct() 142 decl_list *decls; in def_program() 143 decl_list **tailp; in def_program() 185 decls = XALLOC(decl_list); in def_program() 194 decls = XALLOC(decl_list); in def_program()
|
| H A D | rpc_clntout.c | 117 decl_list *l; in printarglist() 171 decl_list *l; in printbody()
|
| H A D | rpc_cout.c | 296 decl_list *dl; in emit_program() 380 decl_list *dl; in inline_struct() 382 decl_list *cur, *psav; in inline_struct() 539 decl_list *dl; in emit_struct()
|
| H A D | rpc_hout.c | 160 decl_list *l; in pargdef() 193 decl_list *l; in pstructdef() 346 decl_list *dl; in parglist()
|
| H A D | rpc_sample.c | 83 decl_list *l; in write_sample_client()
|
| H A D | rpc_svcout.c | 335 decl_list *l; in write_real_program()
|
| /freebsd-14.2/contrib/byacc/test/btyacc/ |
| H A D | btyacc_demo.output | 11 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 D | grammar.tab.c | 258 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-14.2/contrib/byacc/test/ |
| H A D | btyacc_demo.y | 58 decl_list(<scope>) 106 input: decl_list(global_scope = new_scope(0)) ; 107 decl_list($e): | decl_list decl($e) ;
|
| H A D | grammar.y | 70 %type <decl_list> init_declarator_list 208 DeclaratorList decl_list; member
|
| /freebsd-14.2/contrib/byacc/test/yacc/ |
| H A D | grammar.tab.c | 238 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()
|