Home
last modified time | relevance | path

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

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_lexical.erl12 LexEnv = E#{lexical_tracker := Pid, tracers := [?MODULE | Tracers]},
13 elixir_env:trace(start, LexEnv),
15 try ExecutionCallback(LexEnv) of
17 warn_unused_aliases(Pid, LexEnv),
18 warn_unused_imports(Pid, LexEnv),
19 AfterExecutionCallback(LexEnv),
22 elixir_env:trace(stop, LexEnv),
H A Delixir_module.erl87 fun(LexEnv) -> compile(Line, Module, Block, Vars, LexEnv) end,
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_lexical.erl12 LexEnv = E#{lexical_tracker := Pid, tracers := [?MODULE | Tracers]},
13 elixir_env:trace(start, LexEnv),
15 try ExecutionCallback(LexEnv) of
17 warn_unused_aliases(Pid, LexEnv),
18 warn_unused_imports(Pid, LexEnv),
19 AfterExecutionCallback(LexEnv),
22 elixir_env:trace(stop, LexEnv),
H A Delixir_module.erl85 fun(LexEnv) -> compile(Line, Module, Block, Vars, LexEnv) end,
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/
H A Ddist.ini10 skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopaste|PPI|Refresh)\.p…
81 [OptionalFeature / LexEnv]
82 -description = LexEnv plugin - variables declared with "my" persist between statements
H A DMANIFEST25 lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
35 lib/Devel/REPL/Plugin/LexEnv.pm
H A DMETA.yml54 LexEnv:
55 description: 'LexEnv plugin - variables declared with "my" persist between statements'
108 Devel::REPL::Plugin::CompletionDriver::LexEnv:
109 file: lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
138 Devel::REPL::Plugin::LexEnv:
139 file: lib/Devel/REPL/Plugin/LexEnv.pm
1055 description: 'LexEnv plugin - variables declared with "my" persist between statements'
1056 name: LexEnv
1063 name: LexEnv
H A DChanges140 - Preserve $^H and %^H when using the LexEnv plugin
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/t/
H A Dload_plugins.t18 CompletionDriver::LexEnv
28 LexEnv
H A Dload_core.t24 test_plugin('Lexical::Persistence', 'CompletionDriver::LexEnv');
27 test_plugin('Lexical::Persistence', 'LexEnv');
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/xt/author/
H A Deol.t23 'lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm',
33 'lib/Devel/REPL/Plugin/LexEnv.pm',
H A Dno-tabs.t23 'lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm',
33 'lib/Devel/REPL/Plugin/LexEnv.pm',
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/CompletionDriver/
H A DLexEnv.pm3 package Devel::REPL::Plugin::CompletionDriver::LexEnv;
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/
H A DLexEnv.pm3 package Devel::REPL::Plugin::LexEnv;
/dports/math/PDL/PDL-2.019/Perldl2/
H A DREADME90 * LexEnv (e.g., my $a = zeros(10) works)
101 * LexEnv (completion for lexical vars)
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/
H A DOverview.pod179 L<Devel::REPL::Plugin::!LexEnv>
239 qw(History LexEnv DDS Packages Commands MultiLine::PPI);
/dports/lang/sketchy/sketchy-20070218/
H A Dsketchy.c104 static int LexEnv; /* Environment for creating closures */ variable
2861 b = Car[LexEnv]; in isBound()
2879 Car[LexEnv] = alloc(NIL, Car[LexEnv]); in collect()
2880 caar(LexEnv) = alloc(n, Cdr[n]); in collect()
2896 LexEnv = alloc(NIL, NIL); in mkLexEnv()
2897 save(LexEnv); in mkLexEnv()
2901 return Car[LexEnv]; in mkLexEnv()