Home
last modified time | relevance | path

Searched defs:expand_local (Results 1 – 5 of 5) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Dlocal.c22 expand_local(dest *dp) in expand_local() function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_expand.erl795 expand_local(Meta, Name, Args, S, #{module := Module, function := Function, context := nil} = E) function
803 expand_local(Meta, Name, Args, _S, E) when Name == '|'; Name == '::' -> function
805 expand_local(Meta, Name, Args, _S, #{function := nil} = E) -> function
807 expand_local(Meta, Name, Args, _S, #{context := Context} = E) when Context == match; Context == gua… function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_expand.erl773 expand_local(Meta, Name, Args, #{module := Module, function := Function, context := nil} = E) function
781 expand_local(Meta, Name, Args, E) when Name == '|'; Name == '::' -> function
783 expand_local(Meta, Name, Args, #{function := nil} = E) -> function
785 expand_local(Meta, Name, Args, #{context := Context} = E) when Context == match; Context == guard -> function
/dports/lang/elixir/elixir-1.12.3/lib/iex/lib/iex/
H A Dautocomplete.ex194 defp expand_local(hint, shell) do function
/dports/lang/elixir-devel/elixir-1.13.1/lib/iex/lib/iex/
H A Dautocomplete.ex234 defp expand_local(hint, exact?, shell) do function