Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dxmlrpc_log.cxx246 adif_str(RST_RCVD, inpRstIn->value()); in xml_add_record()
324 rec.putField(RST_RCVD, inpRstIn->value ()); in xml_add_record()
H A Dn3fjp_logger.cxx2044 n3fjp_sendRSTR(inpRstIn->value()); in n3fjp_dupcheck()
H A Dlogsupport.cxx1919 inpRstR_log->value (inpRstIn->value()); in AddRecord()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFTextRXTX.cxx600 inpRstIn->value(rst.c_str()); in set_rst_in()
631 if (inpRstIn->value()[0] == 0) in set_rst()
906 if (!inpRstIn->value()[0]) in handle_qso_data()
1582 input = inpRstIn; in menu_cb()
2150 etag = (s = inpRstIn->value()).length() ? s : std::string("599"); in handle_key_shortcuts()
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx5215 inpRstIn = inpRstIn1; in UI_select()
5280 inpRstIn = inp_vhf_RSTin1; in UI_select()
5372 inpRstIn = inpRstIn1; in UI_select()
5443 inpRstIn = inpRstIn2; in UI_select()
5542 inpRstIn = inp_CQ_RSTin2; in UI_select()
5584 inpRstIn = inpRTU_RSTin2; in UI_select()
5591 inpRstIn = inpRstIn3; in UI_select()
5599 inpRstIn = inpRstIn4; in UI_select()
5664 inpRstIn = inpRstIn_WPX2; in UI_select()
7490 if (w == inpRstIn) { in log_callback()
[all …]
H A Dfl_digi_main.cxx2307 inpRstIn = inpRstIn1; in create_fl_digi_main_primary()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dfl_digi.h130 extern Fl_Input2 *inpRstIn;
/dports/comms/fldigi/fldigi-4.1.20/src/network/
H A Dxmlrpc.cxx2926 inpRstIn->value()); in execute()
2927 *retval = xmlrpc_c::value_string(inpRstIn->value()); in execute()
2945 REQ(set_text2, inpRstIn, params.getString(0)); in execute()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dmacros.cxx1837 s.replace( i, 7, inpRstIn->value() );
4057 { "FLDIGI_LOG_RST_IN", inpRstIn->value() },