Home
last modified time | relevance | path

Searched refs:rec_label (Results 1 – 9 of 9) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbeam_utils_SUITE.erl504 -record(rec_label, {bool}). record
507 Pid = spawn_link(fun() -> do_receive_label(#rec_label{bool=true}) end),
519 {From,Message} when Rec#rec_label.bool ->
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dfetchinvoice.c1234 const char *rec_label, *payer_note; in json_fetchinvoice() local
1250 p_opt("recurrence_label", param_string, &rec_label), in json_fetchinvoice()
1373 if (!rec_label && !payer_secret) in json_fetchinvoice()
1426 if (rec_label) in json_fetchinvoice()
1427 json_add_string(req->js, "recurrence_label", rec_label); in json_fetchinvoice()
/dports/astro/phd2/phd2-2.6.10/
H A Dguiding_assistant.cpp893 wxStaticText *rec_label; in AddRecommendationBtn() local
895 rec_label = new wxStaticText(this, wxID_ANY, SizedMsg(msg)); in AddRecommendationBtn()
896 rec_label->Wrap(250); in AddRecommendationBtn()
897 m_recommendgrid->Add(rec_label, 1, wxALIGN_LEFT | wxALL, 5); in AddRecommendationBtn()
912 return rec_label; in AddRecommendationBtn()