Home
last modified time | relevance | path

Searched refs:inpSPCnum (Results 1 – 6 of 6) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFTextRXTX.cxx1014 if (check_field(str, cNUMERIC) && !inpSPCnum->value()[0]) { in handle_qso_data()
1015 inpSPCnum->value(str.c_str()); in handle_qso_data()
1050 } else if (!inpSPCnum->value()[0]) { in handle_qso_data()
1597 input = inpSPCnum; in menu_cb()
1633 input = inpSPCnum; in menu_cb()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dfl_digi.h698 extern Fl_Input2 *inpSPCnum;
/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dlogsupport.cxx1654 if (inpSPCnum->value()[0]) { in saveRecord()
1655 inpXchgIn_log->value(inpSPCnum->value()); in saveRecord()
1656 rec.putField(XCHG1, inpSPCnum->value()); in saveRecord()
H A Dn3fjp_logger.cxx1636 send_spcnum(inpSPCnum->value()); in n3fjp_check_AICW()
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx501 Fl_Input2 *inpSPCnum = (Fl_Input2 *)0; // same name used in N3FJP loggers variable
5330 inpSPCnum = inpSPCnum_NAQP1; in UI_select()
5366 inpSPCnum = inpSPCnum_AICW1; in UI_select()
5579 inpSPCnum = inpSPCnum_NAQP2; in UI_select()
5610 inpSPCnum = inpSPCnum_AICW2; in UI_select()
H A Dfl_digi_main.cxx2326 inpSPCnum = inpSPCnum_NAQP1; in create_fl_digi_main_primary()