Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c60 const_decl_t *const_decls; member
394 for(decl = ctx->const_decls; decl; decl = decl->next) { in lookup_const_decls()
1090 decl->next = ctx->const_decls; in compile_const_statement()
1091 ctx->const_decls = decl; in compile_const_statement()
1390 ctx->const_decls = NULL; in compile_func()
1862 ctx.global_consts = ctx.const_decls; in compile_script()