Home
last modified time | relevance | path

Searched refs:Env1 (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dsys_core_dsetel.erl106 {R#c_tuple{es=Es1}, Env1};
109 {R#c_map{es=Es1}, Env1};
111 {K,Env1} = visit(Env0, K0),
112 {V,Env2} = visit(Env1, V0),
123 {R#c_values{es=Es1}, Env1};
216 visit_pats(Ps, Env1, Vs1);
228 visit_pat(Env1, K, Vs1);
231 visit_pat(Env1, T, Vs1);
235 {Vs1, Env1} =
259 restore_vars([], _, Env1) ->
[all …]
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1189 Vs1 = i_params(Vs, Ren1, Env1),
2017 Env1 = env__bind(N, R, Env),
2183 {Ts, {Vs1, Env1}} = mapfoldl(
2185 {T, Vs1, Env1} =
2188 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_beam_to_icode.erl149 {Code3,_Env3} = {Code2,Env1}),
985 {Guard,Env1} =
1263 {Movs ++ [I], Env1};
1267 map_label(Lbl),Env1),
1289 {Code, Env1} =
1477 {Movs++[Primop], Env1};
1510 {[Movs,I,True], Env1}.
1520 {[Guard,ContL]++Instrs,Env1}.
1578 {[Move,I,True],Env1}.
2085 {none,ArgVar,Env1} ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_beam_to_icode.erl149 {Code3,_Env3} = {Code2,Env1}),
985 {Guard,Env1} =
1274 {Movs ++ [I], Env1};
1278 map_label(Lbl),Env1),
1300 {Code, Env1} =
1488 {Movs++[Primop], Env1};
1521 {[Movs,I,True], Env1}.
1531 {[Guard,ContL]++Instrs,Env1}.
1589 {[Move,I,True],Env1}.
2063 {none,ArgVar,Env1} ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_beam_to_icode.erl149 {Code3,_Env3} = {Code2,Env1}),
978 {Guard,Env1} =
1237 {Movs ++ [I], Env1};
1241 map_label(Lbl),Env1),
1263 {Code, Env1} =
1451 {Movs++[Primop], Env1};
1484 {[Movs,I,True], Env1}.
1494 {[Guard,ContL]++Instrs,Env1}.
1552 {[Move,I,True],Env1}.
2031 {none,ArgVar,Env1} ->
[all …]
/dports/www/yaws/yaws-2.0.6/applications/wiki/src/
H A Dwiki_format_txt.erl89 format_txt(T, Env1, L1, Doc);
92 format_txt(T, Env1, L1, Doc);
95 format_txt(T, Env1, L1, Doc);
98 format_txt(T, Env1, L1, Doc);
101 format_txt(T, Env1, L1, Doc);
106 format_txt(T, Env1, L1, Doc);
109 format_txt(T, Env1, L1, Doc);
224 format_txt(T, Env1, L2, Doc).
229 pre1(T, Env1, L2, Doc).
421 note1(T, Env1, L2, Doc).
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/
H A Dstmt_0-3_test.go56 Env1 struct { struct
58 Outer *Env1 argument
61 Stmt1 func(env *Env1, all []Stmt1) (Stmt1, *Env1)
64 func nop1(env *Env1, code []Stmt1) (Stmt1, *Env1) { argument
71 env := &Env1{
/dports/archivers/unzip/unzip60/macos/source/
H A Dgetenv.c275 EnviromentPair *Env1; in getenv() local
307 Env1 = ParseLine(LineStr); in getenv()
308 if (strlen(Env1->value) > 0) in getenv()
311 printf("\n Line:%3d [%s] = [%s]",LineNumber,Env1->key,Env1->value); in getenv()
312 if (stricmp(name,Env1->key) == 0) in getenv()
314 return Env1->value; in getenv()
/dports/archivers/zip/zip30/macos/source/
H A Dgetenv.c275 EnviromentPair *Env1; in getenv() local
307 Env1 = ParseLine(LineStr); in getenv()
308 if (strlen(Env1->value) > 0) in getenv()
311 printf("\n Line:%3d [%s] = [%s]",LineNumber,Env1->key,Env1->value); in getenv()
312 if (stricmp(name,Env1->key) == 0) in getenv()
314 return Env1->value; in getenv()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/cerl/
H A Dcerl_cconv.erl128 {Vs1, Env1, Ren1} = bind_vars(Vs, Env, Ren),
152 {_, Env1, Ren1} = bind_vars(Vs, Env, Ren),
180 expr(cerl:letrec_body(E), Env1, Ren1, S1);
243 {Env1, S1} = bind_module_defs(Ds, Env, S),
244 module_defs_1(Ds, [], Env1, Ren, S1).
251 Env1 = env__bind(Name, Info, Env),
252 bind_module_defs(Ds, Env1, S1);
342 {Env1, Ren1, lift_letrec_defs(Ds, Env1, Ren1, S1)}.
353 bind_letrec_defs(Ds, Free, Env1, Ren1, S1);
614 V = env__new_name(Env1),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/cerl/
H A Dcerl_cconv.erl128 {Vs1, Env1, Ren1} = bind_vars(Vs, Env, Ren),
152 {_, Env1, Ren1} = bind_vars(Vs, Env, Ren),
180 expr(cerl:letrec_body(E), Env1, Ren1, S1);
243 {Env1, S1} = bind_module_defs(Ds, Env, S),
244 module_defs_1(Ds, [], Env1, Ren, S1).
251 Env1 = env__bind(Name, Info, Env),
252 bind_module_defs(Ds, Env1, S1);
342 {Env1, Ren1, lift_letrec_defs(Ds, Env1, Ren1, S1)}.
353 bind_letrec_defs(Ds, Free, Env1, Ren1, S1);
614 V = env__new_name(Env1),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/cerl/
H A Dcerl_cconv.erl128 {Vs1, Env1, Ren1} = bind_vars(Vs, Env, Ren),
152 {_, Env1, Ren1} = bind_vars(Vs, Env, Ren),
180 expr(cerl:letrec_body(E), Env1, Ren1, S1);
243 {Env1, S1} = bind_module_defs(Ds, Env, S),
244 module_defs_1(Ds, [], Env1, Ren, S1).
251 Env1 = env__bind(Name, Info, Env),
252 bind_module_defs(Ds, Env1, S1);
342 {Env1, Ren1, lift_letrec_defs(Ds, Env1, Ren1, S1)}.
353 bind_letrec_defs(Ds, Free, Env1, Ren1, S1);
614 V = env__new_name(Env1),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1193 Vs1 = i_params(Vs, Ren1, Env1),
2015 Env1 = env__bind(N, R, Env),
2185 {Ts, {Vs1, Env1}} = mapfoldl(
2187 {T, Vs1, Env1} =
2190 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1194 Vs1 = i_params(Vs, Ren1, Env1),
2016 Env1 = env__bind(N, R, Env),
2186 {Ts, {Vs1, Env1}} = mapfoldl(
2188 {T, Vs1, Env1} =
2191 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1189 Vs1 = i_params(Vs, Ren1, Env1),
2017 Env1 = env__bind(N, R, Env),
2183 {Ts, {Vs1, Env1}} = mapfoldl(
2185 {T, Vs1, Env1} =
2188 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1193 Vs1 = i_params(Vs, Ren1, Env1),
2015 Env1 = env__bind(N, R, Env),
2185 {Ts, {Vs1, Env1}} = mapfoldl(
2187 {T, Vs1, Env1} =
2190 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1193 Vs1 = i_params(Vs, Ren1, Env1),
2015 Env1 = env__bind(N, R, Env),
2185 {Ts, {Vs1, Env1}} = mapfoldl(
2187 {T, Vs1, Env1} =
2190 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_inline.erl643 i_case_3(Vs, Env1, E1, S3);
722 {T, Vs1, Env1} =
724 {T, {Vs1 ++ Vs, Env1}}
736 {Ren1, Env1, S1} =
743 {Ren1, Env1, S_2}
1193 Vs1 = i_params(Vs, Ren1, Env1),
2015 Env1 = env__bind(N, R, Env),
2185 {Ts, {Vs1, Env1}} = mapfoldl(
2187 {T, Vs1, Env1} =
2190 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_inline.erl632 i_case_3(Vs, Env1, E1, S3);
711 {T, Vs1, Env1} =
713 {T, {Vs1 ++ Vs, Env1}}
725 {Ren1, Env1, S1} =
732 {Ren1, Env1, S_2}
1167 Vs1 = i_params(Vs, Ren1, Env1),
1930 Env1 = env__bind(N, R, Env),
2096 {Ts, {Vs1, Env1}} = mapfoldl(
2098 {T, Vs1, Env1} =
2101 {T, {Vs1, Env1}}
[all …]

12345678910