Home
last modified time | relevance | path

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

/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_edlin_expand.erl171 case all_nil(LL1) of
192 all_nil([]) -> true; function
193 all_nil([[] | Rest]) -> all_nil(Rest); function
194 all_nil(_) -> false. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dedlin_expand.erl192 case all_nil(LL1) of
213 all_nil([]) -> true; function
214 all_nil([[] | Rest]) -> all_nil(Rest); function
215 all_nil(_) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dedlin_expand.erl192 case all_nil(LL1) of
213 all_nil([]) -> true; function
214 all_nil([[] | Rest]) -> all_nil(Rest); function
215 all_nil(_) -> false. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dedlin_expand.erl230 case all_nil(LL1) of
251 all_nil([]) -> true; function
252 all_nil([[] | Rest]) -> all_nil(Rest); function
253 all_nil(_) -> false. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl230 case all_nil(LL1) of
251 all_nil([]) -> true; function
252 all_nil([[] | Rest]) -> all_nil(Rest); function
253 all_nil(_) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl230 case all_nil(LL1) of
251 all_nil([]) -> true; function
252 all_nil([[] | Rest]) -> all_nil(Rest); function
253 all_nil(_) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl230 case all_nil(LL1) of
251 all_nil([]) -> true; function
252 all_nil([[] | Rest]) -> all_nil(Rest); function
253 all_nil(_) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl230 case all_nil(LL1) of
251 all_nil([]) -> true; function
252 all_nil([[] | Rest]) -> all_nil(Rest); function
253 all_nil(_) -> false. function
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/repo/
H A Dqueryable.ex131 all_nil? = tuple_size(sources) != 1
132 preprocessor = &preprocess(&1, preprocess, all_nil?, prefix, adapter)
153 all_nil? = tuple_size(sources) != 1
154 preprocessor = &preprocess(&1, preprocess, all_nil?, prefix, adapter)
170 {entry, rest} = process_source(source_schema, fields, row, all_nil?, prefix, adapter)
173 defp preprocess(row, [source | sources], all_nil?, prefix, adapter) do
175 [entry | preprocess(rest, sources, all_nil?, prefix, adapter)]
275 defp process_source({source, schema}, types, row, all_nil?, prefix, adapter) do
276 case split_values(types, row, [], all_nil?) do
286 defp split_values([_ | types], [nil | values], acc, all_nil?) do
[all …]
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dfont.c807 int all_nil = 1; in xlfd_unparse_name() local
822 all_nil = 0; in xlfd_unparse_name()
874 else if (all_nil && size == 0) in xlfd_unparse_name()