Searched refs:const_decls (Results 1 – 1 of 1) sorted by relevance
60 const_decl_t *const_decls; member394 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()