Home
last modified time | relevance | path

Searched refs:timed_ptt (Results 1 – 2 of 2) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dmacros.cxx4446 int timed_ptt = -1;
4456 if (timed_ptt != 1) {
4458 timed_ptt = 1;
4469 if (timed_ptt != 0) {
4471 timed_ptt = 0;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx4281 static int timed_ptt = -1; variable
4289 if (timed_ptt != 1) { in macro_timed_execute()
4291 timed_ptt = 1; in macro_timed_execute()
4300 if (timed_ptt != 0) { in macro_timed_execute()
4302 timed_ptt = 0; in macro_timed_execute()