Searched refs:arg_decl_t (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/vbscript/ |
H A D | parse.h | 166 } arg_decl_t; typedef 172 arg_decl_t *args;
|
H A D | parser.y | 64 …t *new_function_decl(parser_ctx_t*,const WCHAR*,function_type_t,unsigned,arg_decl_t*,statement_t*); 65 static arg_decl_t *new_argument_decl(parser_ctx_t*,const WCHAR*,BOOL); 96 arg_decl_t *arg_decl; 896 static arg_decl_t *new_argument_decl(parser_ctx_t *ctx, const WCHAR *name, BOOL by_ref) in new_argument_decl() 898 arg_decl_t *arg_decl; in new_argument_decl() 911 unsigned storage_flags, arg_decl_t *arg_decl, statement_t *body) in new_function_decl()
|
H A D | compile.c | 1509 arg_decl_t *arg; in create_function()
|